To get the plugin I need to:
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(); } ?>
I am using the default Twenty Eleven 1.2 theme and there is no code:
next_posts_link
and:
previous_posts_link
In the above listed 3 files. How do I enable this?
Thanks!