WP-Paginate

Wordpress Plugin
Download latest - 2.2.0

Developers

AlanP57
emartin24

Download Stats

Today 110
Yesterday 139
Last Week 978
All Time 532,313
Banner 772x250

Latest News

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!

Translations: http://plugins.svn.wordpress.org/wp-paginate/I18n (check the version number for the correct file)


Releases (37 )

Version Release Date Change Log
2.2.0 2022-10-26
  • Tested with Wordpress 6.1
2.1.9 2022-06-10
  • Added code to prevent script injection into a hidden field on the settings page
2.1.8 2021-09-02
  • Add the
2.1.7 2021-07-19
2.1.6 2021-03-16
  • Improved accessibility by adding aria-label attributes
2.1.5 2021-03-03
  • Updated jQuery function calls
  • Replaced old color picker with newer version
2.1.4 2021-01-06
  • Fixed potential XSS Vulnerabilities
2.1.3 2020-12-10
  • Tested with Wordpress 5.6
  • Updated readme.txt with note to use WP-Paginate Settings rather than editing theme files
  • Added Portuguese translation
2.1.2 2020-08-21
  • Added code to fix PHP warning message
2.1.1 2020-08-17
  • Added setting to remove ellipses from pagination links
  • Added code to load jquery-migrate
2.1.0 2020-08-11
  • Tested with WordPress 5.5
2.0.9 2020-07-14
  • Fix inserting of empty style tag
2.0.8 2020-05-29
  • Tested with Wordpress 5.4.1
2.0.7 2020-01-21
  • Fixed issue with not applying before and after function arguments
2.0.6 2019-09-13
  • Fixed issue with slashes added to URLs containing query strings
2.0.5 2018-10-20
  • Added option to add trailing slash to pagination links when needed
2.0.4 2018-04-09
  • Removed trailing slash from pagination links
2.0.3 2017-11-17
  • Added neon pink button style
2.0.2 2017-05-04
  • Added new preset
  • Updated setting page screen shots
2.0.1 2017-02-02
  • fixed undefined index notices
2.0.0 2017-01-17
  • Added new button styles
  • Added the ability to select the font
  • Updated the translation file
  • Added the ability to add pagination without editing theme files. This applies to posts but not to comments.
  • Added the ability to hide the standard theme pagination. This applies to posts but not to comments.
  • Added a review notice
1.3.4 2017-01-11
1.3.3 2016-12-23
  • Added settings tab for entering custom CSS code
1.3.2 2016-12-21
  • Tested with WordPress 4.7
1.3.1 2014-12-19
  • Fixed bug that prevented a wp-paginate.css stylesheet from loading from a child theme (reported by sunamumaya)
  • Tested plugin against WordPress 4.1
1.3 2014-12-14
  • Plugin ownership transfered to Studio Fuel (http://studiofuel.com) - no functional changes were made
  • Tested plugin against WordPress 4.0.1
1.2.5 2014-07-03
  • Remove PHP4 support to resolve PHP Strict warning Github pull request via DeanMarkTaylor
  • Test with latest version of WordPress
1.2.4 2011-11-26
  • Ensure pagination of posts when wp_paginate() is called Github pull request via whacao
  • Support loading on https pages (plugin now requires WordPress 2.6+) Github pull request via hadvig
1.2.3 2011-03-11
  • Fixed deprecated parameter to the WordPress add_options_page() function
1.2.2 2010-11-24
  • Fixed a XSS vulnerability reported by Andreas Schobel (@aschobel)
1.2.1 2010-09-30
  • Added is_rtl function check to prevent errors with older version of WordPress
1.2 2010-09-28
  • Added RTL language support
  • Fixed comments pagination bug
  • Changed language domain name from wp_paginate to wp-paginate (this will affect translation file names)
1.1.2 2010-03-27
  • Fixed comment pagination bug (nested comments caused blank page)
  • Enabled HTML for Pagination Label, Previous Page, and Next Page
  • Localization changes were made, Translations need to be updated
1.1.1 2009-09-10
  • Changed output to include wp-paginate and wp-paginate-comments class names on the ol element
  • Changed the before option from <div class="wp-paginate"> to <div class="navigation">
  • Added .wp-paginate-comments styles to wp-paginate.css
  • Changed styles in wp-paginate.css
1.1 2009-09-10
  • Added wp_paginate_comments() function for pagination of post comments
1.0.1 2009-09-09
  • Added I18n folder and wp-paginate.pot file
  • Fixed some internationalization and spelling errors
  • Updated readme.txt and added more details
1.0 2009-09-09
  • Initial release