in term 9
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => '9', 'field' => 'term_id', 'operator' => 'IN', ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => '9', 'field' => 'term_id', 'operator' => 'IN', ), );