Few days back I talked about How to add page navigation to Thesis WordPress theme, this is for all other bloggers who are not using SEO optimized Thesis WordPress theme.
The problem faced by many WordPress user is even after installing WP Page Navigation plugin, page navigation is not showing up.
This is because your theme is not supporting Page navigation plugin. You can add Page navigation to your theme by adding a line of code.
Open Your Themes>Footer.php file and add following code anywhere. Check placement of page navigation and place the code at appropriate place in your footer.php file.
<?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>
So add Page navigation to your blog and help users by providing proper navigation to your blog and help your blog by decreasing bounce rate.
Download Page Navigation plugin
Subscribe Updates, Its FREE!



→
{ 6 comments… read them below or add one }
Hi, Page Navi doesn ´t seem to work on Who ´s who WP theme. Any idea to fix this?
Guest this post will help you
http://www.shoutmeloud.com/add-page-navigation-to-any-wordpress-blog.html
Erhh… I ´m posting in the same post that you suggest as my solution. I ´ve already tried the Page navigation plugin (and the php code in footer.php) but couldn ´t make it work. Another idea?
WOW! THANKS IT WorkED GREAT FOR ME. NICE POST.
Hi Harsh!
I’m as a wordpress newbie here and I’ll try your tips to my blog, as I’m building my new blog
Thanks for the post bro.
I use an plugin for this and it works great on one of my blogs. Thanks!