Tax Cat id Example
$tax_query = array( array( 'taxonomy' => 'category', 'terms' => array( '1', '2', '3', '4', '5', '6' ), 'field' => 'term_id', 'operator' => 'IN', ), );
$tax_query = array( array( 'taxonomy' => 'category', 'terms' => array( '1', '2', '3', '4', '5', '6' ), 'field' => 'term_id', 'operator' => 'IN', ), );