• I didn’t change a thing, but there is no longer a link to older posts on the bottom of my home page, after my displayed posts.

    Any suggestions? Thanks! My Page

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try editing your theme’s index.php template and check that you haven’t inadvertently removed the links from the template. The relevant block should read something like:

    <div class="navigation clearfix">
    <div class="alignleft"><?php next_posts_link('&laquo; Older Entries') ?></div>
    <div class="alignright"><?php previous_posts_link('Newer Entries &raquo;') ?></div>
    </div>
    Thread Starter Sheila

    (@maviefol)

    thank you! yes, this did fix it. it’s funny, never have I updated or fiddled with this php file. The above code was in there, but I cut and pasted the above over it and it came back.
    🙂
    thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘home page – older post link at bottom broken?’ is closed to new replies.