Untitled Snippet
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'variable taxonomy', 'operator' => 'IN', 'include_children' => false, ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'variable taxonomy', 'operator' => 'IN', 'include_children' => false, ), );