Archived topic
Master slider
3 replies · Started by Edwin on October 20, 2016
Viewing posts 1–4 of 4
Hi
I am using master slider and want to show it in the homepage only
This is the code i am using, but not working. Any suggestions?
<?php if ( is_home() ):
masterslider(1);
endif; ?>
Thanks
Edwin
Where are you adding that?
is_home() is poorly named (very old function) and is actually specific to the blog.
Instead, try: is_front_page()
Great, that worked. Thanks Tom
You're welcome :)
This archived topic is closed to new replies.