pre_get_posts OR relation between taxonomy and author
When I implemented something similar for a company that needed multiple authors, we did much the same with an author taxonomy. But in that case, we didn’t use the original author field at all. Basically, it’s not possible to create a standard WP_Query with author=X OR coauthor=Y using standard methods. You’d have to resort to … Read more