Archived topic
Hooks on one page
2 replies · Started by Katja on January 4, 2017
Hi,
maybe there is a similiar post here, but I cannot find it.
I want to add a hook just on one page (in my case, home page). I used hooks for the slideshow-shortcode, but now, I can see the slideshow on every page and post.
Or is there another solution?
My idea is to add a slideshow and then, you should see the latest posts.
Many thanks,
Katja
Hi
I think the blog page header is the best place to add your slideshow "customize > blog > page header"
If you want to keep using GP Hooks, you can make it appear only on the home page
<?php if ( is_home() ) : ?>
YOUR SLIDESHOW HERE
<?php endif; ?>
Dear Jamal,
the code works fine - many thanks!
Best,
Katja