Pagination 404 errors for author posts query on author.php
There is already a query on that page. author.php is an optional template file that, if present, WordPress will use for author archives. You shouldn’t have to create another query on that page. I think that your query and the native query are colliding, at least in part because both queries will be using the … Read more