Dumb WordPress Q: Where’s my ‘earlier entries’ linK?

I noticed this, and someone had the temerity to complain about it, but WordPress is confusing me. From the front page of the blog, you can go back a certain number of entries, and then there’s no way to move backwards in time, i.e. the “Earlier Entries” link at the bottom of most self-respecting blog/journal/whatever …

If I look at the archives they have the same problem — you can’t navigate earlier than what WordPress is apparently convinced is sufficient entries to display on one page. What gives?

This entry was posted in Uncategorized and tagged . Bookmark the permalink.

2 Responses to Dumb WordPress Q: Where’s my ‘earlier entries’ linK?

  1. ronnie says:

    You’ll need to edit your theme pages (i.e. single.php, index.php, page.php) to include this php code at the place you want the links to appear.

    Check this for details if you’d like to customize the links: http://codex.wordpress.org/Template_Tags/posts_nav_link

  2. ronnie says:

    Of course the comment form ate the php code, let me try again…

    <?php posts_nav_link(); ?>

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>