Last week we have installed your GP premium theme on our website. (www.qlcompany.nl/wordpress)
Now I want to add a slideshow via GP Hooks (after header) to the homepage only.
I found this solution with execute PHP, but it seems not to work.
I have tried you solutions, but the slideshow is still visible on for example my test page.
What I found out was when I save the code, it will be displayed like this:
if ( is_front_page() ) : ?>
Shortcode in here
<?php endif;