Conditional tags WTF
-
<?php if (is_front_page() && !is_paged()) { ?>That’s my conditional code, so WHY(!!!) does the stuff show up on /page/2 for the archives?
Anyone know how to fix it. I want this to just display on the front page.
The topic ‘Conditional tags WTF’ is closed to new replies.