Pagination
-
All previous posts related to pagination in this plugin have closed without a resolution, so I’m creating this to help.
I didn’t like how the default pagination only displayed pages 1,2,3 … last page so after looking into how list.js works i found a solution that I can live with.
If you edit class-sticky-list.php on lines 700 & 708 to say ListPagination({ innerWindow: 10, outerWindow: 1 }) ] } then the output will be 1,2,3,4,5,6,7,8,9,10,11 … last page.
More details here: https://listjs.com/docs/plugins/pagination/
- The topic ‘Pagination’ is closed to new replies.