Multiple, nested tax_query relation
The cat-parameter is not overwritten by tax_query. Instead, it is added to tax_query. Thus, using ‘cat’ => -5, the following array is appended to tax_query: ( [taxonomy] => category [terms] => Array ( [0] => 5 ) [include_children] => 1 [field] => term_id [operator] => NOT IN ) The resulting taxonomy query is built up … Read more