Home Plugins count pagination fix
Count Pagination Fix for MySQL logo

Count Pagination Fix for MySQL

by leendertvb on WordPress.org

Fix for pagination issues under MySQL v8.0 and later where SQL_CALC_FOUND_ROWS and FOUND_ROWS are no longer supported.

(0)

As per MySQL documentation the FOUND_ROWS function in conjunction with the SQL_CALC_FOUND_ROWS function are deprecated as of MySQL version 8.0.17. This causes the pagination in WordPress to be broken, both in the front-end as well as in the back-end, resulting in just showing page 1 only.

This plugin solves the issue WordPress is facing when run under newer versions of MySQL database. By hooking into the query that is used to calculate the number of found posts, we return the right amount of posts found so the pagination can be built up correctly again.

Active installations0+
Weekly downloads
15-6.25%
Version1.1.4
Last updated5/21/2025
WordPress version6.0
Tested up to6.8.1
PHP version7.0
Tags
countFOUND_ROWSmysqlpaginationSQL_CALC_FOUND_ROWS