• Is there a way to improve the navigation of paginated posts? I’d like it to look like this:

    First | Previous | 7 | 8 | 9 | 10 | Next | Last

    I can only get it to show either previous/next links or links to each page. Even a list of all pages with a link to next/prev would be an improvement.

    Thanks in advance.

Viewing 1 replies (of 1 total)
  • Use the code

    <?php link_pages('<p>Pages: ', '', 'next', '', '&laquo; ');link_pages('', '', 'number');link_pages('', '</p>', 'next', ' &raquo;', ''); ?>

    This will produce a pretty:

    Pages: ? 1 2 3 ?

    Is that what youd like?

Viewing 1 replies (of 1 total)
  • The topic ‘link_pages First, Numbers AND Last links’ is closed to new replies.