I would like to add a "Previous" and "Next" link below my multi paged posts/pages.
Currently it's like this:
Pages: 1 2 3 4 5 6 7 8 9
Used code:
<?php link_pages('<p><strong>' . __('Pages:') . '</strong> ', '</p>', 'number'); ?>
I would like it to look like this:
<< Previous Page | 1 2 3 4 5 6 7 8 9 | Next Page >>
(Current page should be in bold)
I've found this article:
http://codex.wordpress.org/Styling_Page-Links
But I can't seem to make it work.
Is there someone who would like to help me out with this?