• at the bottom of my main index page (http://jeffrey-davis.net/blog/), i have a “previous entries” link. However, when you click on that link, it <i>does</i> take you to a different url (http://jeffrey-davis.net/blog/page/2/), but the posts on that second page are the same as on the main index page, not the next five older posts.

    the coding for this section on my index page is:
    <div class="navigation">
    <div class="alignleft"><?php next_posts_link('&laquo; Previous Entries') ?></div>
    <div class="alignright"><?php previous_posts_link('Next Entries &raquo;') ?></div>
    </div>

    anyone have any ideas on how to make this link actually show older posts? thanks!

Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Help linking previous entries’ is closed to new replies.