• Resolved eddie_v

    (@eddie_v)


    Any advice as to the best way to implement paging on the index page? We show 10 results, readers would like a way to see the next 10.

    This is pretty easy with category/archiive pages with the “paged” variable. Is there anything similar for index pages?

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • <?php next_posts_link('&laquo; Older Entries') ?>
    <?php previous_posts_link('Newer Entries &raquo;') ?>

    ‘paged’ is usually only needed in connection with query_posts().

    Thread Starter eddie_v

    (@eddie_v)

    Oh, wow. That’s pretty easy. Thanks alchymyth!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Paging/pagination on index page’ is closed to new replies.