Hi @mgaustin,
This is the core of WordPress Issue.
Christophe is right. We already reply this in this support post- https://www.ads-software.com/support/topic/pagination-with-offset/ Please read the offset limitation defined by the WordPress- https://developer.www.ads-software.com/reference/classes/wp_query/
offset (int) – number of posts to displace or pass over. Warning: Setting the offset parameter overrides/ignores the paged parameter and breaks pagination. The ‘offset’ parameter is ignored when ‘posts_per_page’=>-1 (show all posts) is used.
That’s why we can not use page number 2 or more in offset 1. I hope you understand the situation. We have nothing to do in this situation.
Previous Appairs Only when your page number is more than 3. That’s how we set the condition.
Thanks a lot.