• Only two posts show up on my blog page. When I add a new one, it becomes one of the two, pushing the older post off the page.

    The problem isn’t that the older posts vanish — they’re easily findable with the “previous” links I’ve installed. There is a title for you to click on them but the post itself won’t show. It’s just weird that there are only two on the main blog page.

    I have the “Reading” options set to show up to 10. It is also set to a full post for the up to 10 posts.

    This is probably an easy one for somebody out there — I just haven’t figured out the right way to do a search that finds the answer!

    https://www.heartsmakefamilies.com.

    Any help you can give me would be great. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Weird, that should fix the issue. I’m guessing its a theme compatibility issue with the new update. Try this, open your index.php file and find this line:

    <?php if (have_posts()) : ?>

    and add this right before it:

    <?php query_posts('showposts=10'); ?>

    I am not sure that will work but it will try to by pass the original settings.

    Thread Starter HrtsMakeFamily

    (@hrtsmakefamily)

    Not sure where I would find the index.php file.

    Thread Starter HrtsMakeFamily

    (@hrtsmakefamily)

    I found it. I’m using the Atahualpa Theme. You have to change the Excerpt Page to Full Posts to fix it. I guess it overrides the “reading options”.

    Thanks for your help.

    Yes, any theme options would over ride the default WordPress options unless defined otherwise in the theme functions file. Glad you got it resolved :).

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Only Two Posts Showing on Blog Page after Update’ is closed to new replies.