query-taxonomy-terms
$tax_query = array( array( 'taxonomy' => 'type', 'terms' => array( 'all', ' sport', ' music', ' night-life', ' entertainment' ), 'field' => 'term_id', ), );
$tax_query = array( array( 'taxonomy' => 'type', 'terms' => array( 'all', ' sport', ' music', ' night-life', ' entertainment' ), 'field' => 'term_id', ), );