How should I intercept the main query and inject custom join / order by / group by criteria
If I understood you right… [A] Multi-Tax queries have the problem that they’re doing a JOIN of the meta table for every term. So imho it’s not the best idea to use the built in way. [B.1.a] I’d simply do a normal query with a one (main-)tax arg and then do the sorting depending on … Read more