Ive been scratching my head at this one and searched the forums top to bottom, im trying to get the Previous and Next links in wp_list_pages to display all the time no matter if there is or isnt a next or previous.
What is happening at the moment is that on page one the pagination will look like so:
1 2 3 4 5 >
on page two it will look like so:
< 1 2 3 4 5 >
and on page five it will look like this:
< 1 2 3 4 5
How can i format it so that the next and previous is always visible even on the first and last pages. So that it looks like this:
< 1 2 3 4 5 >
Or
< 1 2 3 4 5 >
This is for paginated posts (using <!--nextpage--> not pages listing posts.