Site Kit is a one-stop solution for WordPress users to use everything Google has to offer to make…
About Proper Pagination
This plugin helps theme developers create semantic and usable pagination controls for various WordPress listing pages. It offers template tags like pp_has_pagination, pp_the_pagination, and more to facilitate the creation of pagination loops. By using these template tags, developers can customize and markup pagination controls in a meaningful way, providing flexibility for different designs and layouts.Changelog
1.3
- Fixed bug where the number of page links to display at one time was surpassing the total number of pages (occurred when the total number of pages was less than the configured number of max pagelinks)
1.2
- Fixed bug when calculating the number of page links to display, this would be wrong if the number of posts found was less than the configured pp_max_pagelinks option.
1.1
- Fixed bug on activation hook, when adding default option values.
1.0
- First release.