Hey all
Okay, here is what i want to do with the page links:
Pages: Previous 1,2,3 Next
I have tried various things that are just not working, is there anyone that can help me achieve this???
It seems that when you set the numbers or next part of wp_link_pages or link_pages it will ONLY use either Previous Next or just numbers. I also tried this crude hack:
<?php link_pages('<p><strong>Pages: </strong>','','next','','Previous '); ?>
<?php link_pages('','','numbers'); ?>
<?php link_pages('','</p>','next',' Next'); ?>
but still didnt work i got: Previous previouspagenextpage Next - no numbers.
can i do what i want with either wp_link_pages or link_pages ????
It seems you cant have both a next and previous AND numbers, its one or the other?