A simple paging navigation plugin for users and search engines. Instead of next and previous page it shows numbers and arrows. Settings available.
Replace the the 'next_posts_link()' and 'previous_posts_link()' with the code below in your theme (archive.php, index.php or search.php).
<?php if(function_exists('wp_page_numbers')) { wp_page_numbers(); } ?>
Requires: 2.3 or higher
Compatible up to: 2.8
Last Updated: 2009-7-5
Downloads: 127,095




