• Resolved dcroe05

    (@dcroe05)


    I want to add something to ONLY the VERY front page of my blog, above the first post. Kind of like a permanent Sticky Post.

    Right now I’m using this code:

    <?php if(is_home() ) { ?>
    Home
    <?php } else { ?>
    Not Home
    <?php } ?>

    However, this makes “Home” appear on every page that’s not part of an archive or category, etc. I need a way for only the very first page of posts.

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Is ‘is_home’ what I’m looking for?’ is closed to new replies.