How to Add Page Navigation To Thesis Theme

I am sharing this article which help you guys to add Page Navigation to your Thesis theme. Thesis Theme customization is very easy so you can do it in few easy steps. Previously I wrote about adjusting excerpt length on Thesis Home Page. Using this tutorial you can easily add a Page Navigation on home page in your thesis theme.

1. Download the following WordPress plugins :

Install both the plugins and activate them.

2. Now Paste the following code through Open Hook plugin settings. Put this code Before footer option of Thesis open hook plugin. Make sure to check on the “Execute PHP for this plugin” box so that the code can be executed.

<div align="left">
<?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>
<br />
</div>

I have added the page navigation using above code to my blog where I am using thesis theme, check out the following screenshot;

So guys, follow above tutorial and add stylish page navigation to your blog, It will  surely improve the navigation of your blog.

Previous Post

How to Adjust Excerpt Length on Thesis Home Page

Next Post

WordPress 3.3 Is Released and Available For Download

Related Posts