The oik base plugin provides a set of shortcodes where the output can be paginated. After upgrading to WordPress 4.4 we noticed that, even though the pagination links were correct, the content being displayed was always for the first page.
There was a simple fix, which has been manually applied to oik-plugins.com.
For details see the GitHub issue bobbingwide/oik#13 and the WordPress TRAC mentioned below.
Problem explanation
The problem was due to the code change for WordPress TRAC #34060.
I have raised a follow on defect WordPress 4.4 pagination not working….
Problem solution
A new version of the oik base plugin will need to be released. We will be developing
- A quickfix for oik v2.5, the current version on wordpress.org
- A new beta test version for oik v3.0.0
See also
Some shortcodes which support pagination.
Item |
---|
[bw_posts] |
[bw_related] |
[bw_table] |
This is not the first time pagination has been broken by a WordPress release. See Pagination not working properly in WordPress 4.1