WP-PageNavi WordPress Plugin

ADVERTISEMENTS

WordPress by default handles large archives by adding a “back” and “forward” link to navigate through the different pages on your blog. WP-PageNavi is a WordPress Plugin that adds more advanced page navigation to WordPress. It does this by adding page number links to your different pages.

Using this plugin your readers will be able to jump from the first to the last page and other pages of your blog very easily.

To install this plugin, add this code anywhere on your footer.php

<?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>

K2 users may opt to add the above code on their navigation.php

This is how my navigation.php looks like

<?php if (is_single()) { ?>
<div class="navigation">
<div class="left"><?php previous_post('« %','','yes') ?></div>
<div class="right"><?php next_post(' % »','','yes') ?></div>
<div class="clear"></div>
<?php } else { ?>
<div class="navigation">
<?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>
</div>
<?php } ?>

I have added WP-PageNavi to my list of WordPress Plugins

Download WP-PageNavi

banner

Search JohnTP.com or view a random post

To receive this blogs articles for FREE on your email inbox, just enter your email address below and click 'Go':

Enter your email address: or get updates via RSS.

Find out what I am doing currently by following me on Twitter.

No response so far,

Comments are closed.



Copyright ©2005-2008 JohnTP, All rights reserved.