Custom query (author is post_author or meta co_author) with Pagenavi pagination
Ok, I think I found something that actually works, and I’m posting it just in case someone need it. The solution is simply to avoid using Pagenavi just for this page, using paginate_links() instead and forcing it to behave more or less like Pagenavi to maintain coherence all over the site. Let me explain. My … Read more