tax
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'post_tag', 'field' => 'term_id', 'operator' => 'IN', 'include_children' => true, ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'post_tag', 'field' => 'term_id', 'operator' => 'IN', 'include_children' => true, ), );