A pagination plugin based on Lester Chan's paginav. This plugin adds a slider to the pagination when the number of pages won't fit in the container.
Put this code on the page where you want to use the pagination (for example in index.php in your theme):
Put this in your JavaScript file (and don't forget to include it):
jQuery(document).ready(function(){ jQuery('#yourPaginationDiv').pagiMore({ animate: true, //true for fancy animation in the slider showDates: true //true displays the date from the first post on that page }); });
Make sure that is in your header. Put your own JavaScript file after the wp_head function.
Make your own style by editing the stylesheet pagiMore.css included in the wp-pagiMore folder.