By default WordPress pagination is like this
Most of the WordPress users are not satisfied with this and they want better and friendly way to navigate between pages. Here we bring you a most popular WordPress plugin for page navigation. It is WP-PageNavi by Lester Chan.
It can add nice pagination to category pages, search pages, archive pages and tag pages of your blog. After you done it will be looks like this.
How to Install and using this plugin.
1. Download WP-PageNavi from wordpress plugin directory
2. Upload folder “pagenavi” under wp-contents/plugins
3. Activate the plugin
4. Add the following code into your current theme’s default index file’s bottom or footer.php.
2. Upload folder “pagenavi” under wp-contents/plugins
3. Activate the plugin
4. Add the following code into your current theme’s default index file’s bottom or footer.php.
<?php if(function_exists(‘wp_pagenavi’)) { wp_pagenavi(); } ?>
5. Configure the settings .
No comments:
Post a Comment