Problem using is_home
-
Hi every one,
I try with is_home and also with is_front_page to show the div “top_line” only in the home page. And in others pages the banner “top-ban-header”.
BUT in every page in the website it always show the “top_line” not the banner !
This is my code, what wrong :
<?php if(!is_home()) { ?> <div id="top-line"></div> <?php } else { ?> <div id="top-ban-header"></div> <?php } ?>
Thanks for the help.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Problem using is_home’ is closed to new replies.