I want my Wordpress pagination to consistently have 5 numbers in it. I want it to always be:
< previous 1 2 3 4 ... 37 next >
< previous 5 6 7 8 ... 37 next >
While I know there are several ways of developing this pagination and countless different posts relating to this subject, I find most of the answers are specific to the way the dev needs the nav setup. As a result, I find myself often looking this up every time I go to implement a WordPress pagination for a client.
The point of this post is to have a standard blueprint to reference that can be customized and consistently implemented. In addition, I'd like simple and clean code with WordPress coding standards in mind. Not to interested in any hacky way of doing this.
I'll be adding my answer to this post as well and hoping to get a few different standardized methods available for WordPress devs to chose from.
Pagination Requirements:
Items with stars(*) are ideally customizable
- 1 set of dots before the last page
- *4 page numbers prior to
...
- *1 page number after dots
- For simplicity, no CSS or styling of any sorts, only PHP & minimal HTML markup of the nav
- No hacks
functions.php
or if using namespaces in your theme like I doinc/core.php
Adding it in
archive.php
orarchive-CATEGORY.php