• My newest post is not showing up on the homepage. Worked yesterday. The only thing that has happened was I installed an SEO plugin, but I deactivated it when I saw that today’s post didn’t post correctly. The link is there, and it shows up on the recent posts widget, just not on the homepage.

    Help!

    http://www.everylastdetailblog.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    I took a quick look and it seems you are stopping all posts which have been posted in the “engagement-session” category from showing up on your homepage. You set this in the loop on your homepage template file!
    Try removing this category from the post, just to see if it is the offender..

    Thread Starter lhg0523

    (@lhg0523)

    It worked!!! Omg thank you! Not quite sure how or when I did that, but now how do I change it?

    It’s probably defined in your home template somewhere.

    Typically your home template should be index.php which you can find in:

    wp-content/themes/theme-name/index.php

    Then look for something like:

    <?php query_posts('cat=-4'); ?>

    Look for anything with the words query_posts, or that you think might be related to it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘New post not showing up on homepage’ is closed to new replies.