Bug Notification:
When I add a “Blog Posts” element to a page, set the “Offset Number” to 1 or more, and turn on pagination, the pagination does not work on the front-end page. It will show other numbered pages at the bottom of the element, but each page just duplicates Page 1.
Not running any third-party plugins. WP and theme versions are all up to date.
Hey BMart!
Yes that’s expected behaviour. WordPress queries and pagination does not work well with offsets.
I found this which explains it a bit, http://codex.wordpress.org/Making_Custom_Queries_using_Offset_and_Pagination, though it looks like it may be pretty complex to get it added to our framework. We’ll see if we can get something worked out in the future.
Cheers!
Elliott
Thanks for the reply. So, essentially, Offset Number can’t be used with pagination because of foundational code? Would a “Load More” function resolve this? Just thinking out loud. For an end user, it seems silly to have a feature that can’t be used in conjunction with something as common as pagination.
Thanks for your time!