WordPress no doubt is famous not only because its easy to install and use but the reason being its community love. Matt himself told at the wordcamp india held earlier this year that wordpress is so popular just because it has community love. I am also one of the wordpress user who is stunned by the unlimited plugins or plugins for just anything or everything you want to do with wordpress.
Now talking about the wordpress navigation plugins, its a quite a simple plugins which after installation renders the page navigation as shown below.
This is known as WP-PageNavi plugins and is written by Lester ‘GaMerZ’ Chan. Simply install the plugin intot your wordpress blog and you are good to go.
You can quickly display this navigation by pasting the below give line of code into the template file. Ideally this line would fix into the end of index.php file of your template or at the top of footer.php.
<?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?> |
What else you have the css, which sits in the plugin folder with the name pagenavi-css.css which can be edited as per your requirement.
Hope this helps you to make your blog more user friendly 🙂
Cheers!!
Sachin Khosla