• Is there some sort of template tag that I can use to detect if the current page that was requested is the home page?

    like

    <? if(is_front()) { ?>
    Frontpage content
    <? } else { ?>
    The loop
    <? } ?>

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘is_front?’ is closed to new replies.