Pagination with WP_Query is buggy – working for some pages, but not the others
WordPress does its own query on every page. You should modify that query instead of creating a new one. What happens now is that WordPress does a query with the standard posts per page of 10, but you don’t do anything with these results and do your own query. This works… until WordPress goes beyond … Read more