Larsanna
Member
Posted 5 years ago #
I'm a novice into the world of WordPress, but I would still like to try and improve on my site.. RCPhotoClub
To navigate through all the posts, you can click "« Previous Page | Next Page »" - which can take quite a bit of time - especially as we get more and more posts.
Is there a way to have this type of navigation "First-Page [3] [4] [5] [6] 7 [8] [9] [10] Last-Page"???
All help is greatly appreciated.
Larsanna
Member
Posted 5 years ago #
Hi wp_guy,
Thanks for the link.
After a little work I seem to have it working.
Well... basically, you just need to upload and activate the plugin, then replace the navigation links on your theme, which might look something like:
<?php next_posts_link('« Older Entries') ?>
<?php previous_posts_link('Newer Entries »') ?>
and replace them for this line:
<?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>
It's explained here:
http://lesterchan.net/wordpress/readme/wp-pagenavi.html