WP-Paginate is a simple and flexible pagination plugin which provides users with better navigation on your WordPress site.
The wp_paginate() and wp_paginate_comments() functions each takes one optional argument, in query string format, which allows you to override the global settings. The available options are:
You can even control the current page and number of pages with:
Example (also applies to wp_paginate_comments()):
<?php if(function_exists('wp_paginate')) {
wp_paginate('range=4&anchor=2&nextpage=Next&previouspage=Previous');
} ?>
When calling wp_paginate_comments(), WP-Paginate adds an extra class to the ol element, wp-paginate-comments.
This allows you to use the .wp-paginate-comments styles, already in wp-paginate.css, to override the default styles.
Requires: 2.6.0 (2.7.0 for comments pagination) or higher
Compatible up to: 3.2.1
Last Updated: 2011-11-26
Downloads: 138,133
1 of 3 support threads in the last three weeks have been resolved.
Got something to say? Need help?