Meta Include
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'category', 'terms' => '{{terms}}', 'field' => 'term_id', 'operator' => 'IN', 'include_children' => false, ), array( 'taxonomy' => 'post_tag', 'terms' => '{{terms}}', 'field' => 'term_id', 'operator' => 'IN', 'include_children' => false, ), array( 'taxonomy' => 'post_badge', 'terms' => '{{terms}}', 'field' => 'term_id', 'operator' => 'IN', 'include_children' => false, ), );