• Not sure how to do this. I have latest posts set as my start page. I want to add an intro “welcome to my site” paragraph to display on the front page, but I don’t want to make this a post and I only want it to display on the home page. How can I do this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Conditional Tags has the answer

    In your case ‘is_home’ or ‘is_front_page’ would work

    I’m having the same problem. I was able to do it, BUT it shows up on subsequent “home” pages…

    Example:

    Shows correctly on kristanhoffman.com

    But ALSO shows on kristanhoffman.com/page/2/

    I don’t need to welcome them on page 2.

    Is it possible to get it show ONLY on that first page?

    NEVER MIND I got it!

    if(is_home() && !is_paged())

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘displaying text on post page only if home page’ is closed to new replies.