Page Navigation is important for all bloggers. Most of the bloggers were using the default navigation which is older posts and previous posts. This will make slow for your readers to navigate to other posts. So to avoid this try to add the page navigation by using wp pagenavi wordpress plugin.
Download and install the wp-pagenavi wordpress plugin. You no need to configure anything the settings. Just leave it as it is.
In your wordpress, Goto themes > footer.php and add the following code at the appropriate place to display the page navigation.
<?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>
Once you added the page navigation to your blog. It will also helps you to decrease the bounce rate of your blog.
Link: Download WP Page Navigation plugin
Let us know you using the page navigation in your blog?
Related Reading:
- Gravatar: Add images in comment profile for your wordpress blog
- Add Yahoo Buzz Button To Your WordPress Blog
- How to Create Facebook Fan Page For Your Blog
- Add Official Facebook Share Count Button to your Blog
- Add Page Navigation to Thesis WordPress Theme: WP PageNavi Plugin





vijay@ambabo.com