Thesis wordpress theme is the best theme. I didn’t find any other wordpress theme like Thesis till now. Thesis theme will come with default layout, you should customize the theme. By the way, it will not comes with page navigation. So you should add the code into the Thesis wordpress theme.
You no need to worry to add the code on thesis theme because thesis is plug n play theme. Keep in mind that programming skills are not required to customize the thesis theme.
To add the page navigation into thesis wordpress theme, you need to download and install the wp page-navigation wordpress plugin.
If you are not a coder, then I recommend to use Thesis open hook plugin to customize thesis theme.
Copy the below code and add it to thesis open hook before footer option. And also make sure to checkmark the Execute PHP on the hook.
<div align="left">
php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>
<br />
</div>
Page navigation is important to navigate your blog or website easily. This makes your visitors or readers can easily navigate. Don’t forget that your providing information for your readers not for search engine.
By adding the page navigation to your blog, it will automatically decrease the bounce rate. According to Ambabo, I have seen the exact difference after installing thesis theme. So I suggest to add the page navigation to your blog.
Do also read on how to add page navigation on any other wordpress blog.
Related Reading:
- Services
- Thesis Open Hook wordpress plugin to customize thesis theme
- How to Add Official Twitter Share Count Button Into Thesis WordPress theme
- How To Add Official Google Buzz Share Count Button Into WordPress Theme
- How To Add Page Navigation Into Your WordPress Blog





vijay@ambabo.com
Comments on this entry are closed.