Understanding the ‘AND’ Operator in WordPress WP_Query’s tax_query
They are all convoluted ways of saying the same thing. Syntax 1 is the least efficient method, purely because it takes longer to type and uses unnecessary IN clauses when a single clause will do. All 3 syntaxes are asking WP for posts that have been assigned to both category 76 and 78 Note that … Read more