• Hello,

    my blog is http://www.whyilovevermont.com :

    Right now I keep adding posts to my blog and then after the maximum per page (20) the only way for viewers to see the older posts is to make selections from the category dropdown menu. I want to make my blog like most others I’ve seen where you scroll to the bottom of the page and then can select “newer” and “older” links to scroll back and see pages of previous posts.

    How can i do this?
    Thanks.

Viewing 1 replies (of 1 total)
  • Outside (after) the loop include this:

    <?php posts_nav_link(' — ', __('&laquo; Newer Posts'), __('Older Posts &raquo;')); ?>

    (The loop ends with <?php endif; ?>)

Viewing 1 replies (of 1 total)
  • The topic ‘WPFolio Theme: Blog & Adding Newer/Older to my footer’ is closed to new replies.