Loading...
banner plugin Image
woo-image

WP-Paginate

By maxfoundry

Description

WP-Paginate is a simple and flexible pagination plugin which provides users with better navigation on your WordPress site.

In addition to increasing the user experience for your visitors, it has also been widely reported that pagination increases the SEO of your site by providing more links to your content.

You can add custom CSS for your pagination links with the Custom CSS tab in WP-Paginate Settings.

Starting in version 1.1, WP-Paginate can also be used to paginate post comments!

Other Notable Features

Here are a few other notable features of this free WP-Paginate plugin.

check-fill
pagination
check-fill
wp-paginate
check-fill
navigation

Screenshots

FAQ

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:

  • title – The text/HTML to display before the pagination links
  • nextpage – The text/HTML to use for the next page link
  • previouspage – The text/HTML to use for the previous page link
  • before – The text/HTML to add before the pagination links and title
  • after – The text/HTML to add after the pagination links
  • empty – Display before markup and after markup code even when the page list is empty
  • range – The number of page links to show before and after the current page
  • anchor – The number of links to always show at beginning and end of pagination
  • gap – The minimum number of pages before a gap is replaced with an ellipsis (…)

You can even control the current page and number of pages with:

  • page – The current page. This function will automatically determine the value
  • pages – The total number of pages. This function will automatically determine the value

Example (also applies to wp_paginate_comments()):

<?php if(function_exists('wp_paginate')) {     wp_paginate('range=4&anchor=2&nextpage=Next&previouspage=Previous'); } ?> 

Contributors and developers

“WP-Paginate” is open source software. The following people have contributed to this plugin.

WPS
Exclamation-Image

6.71

Average

Star-Image

Ratings

4.6 out of 5 | 107
History-Image

Version

2.2.4
calendar-Image

Last updated

1 year ago
Star-Image

Active installations

20,000+
Star-Image

WordPress version

6.7.5 or higher
php-Image

PHP version

or higher
translate-Image

Languages

3

Tags

Navigation,Page,Paginate,Pagination,Wp-paginate