add numbers to paging
-
I have got previous and next paging to work using this code:
<div class="navigation"> <div class="alignleft"><?php next_posts_link('« Previous') ?></div> <div class="alignright"><?php previous_posts_link('Next »') ?></div> </div>
How do I go about adding the page numbers? Is it possible without using a plugin?
Thanks,
Devo420
- The topic ‘add numbers to paging’ is closed to new replies.