Hi reggiescott,
It seems the offset is breaking the pagination.
See the codex (https://codex.wordpress.org/Class_Reference/WP_Query)
‘offset (int) – number of post to displace or pass over. Warning: Setting the offset parameter overrides/ignores the paged parameter and breaks pagination (Click here for a workaround). The ‘offset’ parameter is ignored when ‘posts_per_page’=>-1 (show all posts) is used.”
(link for work around: https://codex.wordpress.org/Making_Custom_Queries_using_Offset_and_Pagination)
So if I comment out the offset param in the query args on line 356, the pagination now works for me.
Hi Yigit,
Any progress on resolving this? Or is there a patch we can put in place at this time? We really need to get our blog paginating again.
Thanks,