Adds the "paginator3000" paging navigation to your WordPress blog.
<?php if(function_exists('wp_paginator')) { wp_paginator(); } ?> anywhere in index.php or footer.php of your theme.
Note: if you want the paginator to also be used for search results, in categories, and for tagged posts, the easiest thing to do is to
paste <?php if(function_exists('wp_paginator')) { wp_paginator(); } ?> into your footer.php, rather than index.php
Compatible up to: 2.6.3
Last Updated: 2009-3-20
Downloads: 21,497




