cas recorded sessions
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'sessions_category', 'terms' => array( 'cas', 'recorded' ), 'field' => 'name', 'operator' => 'IN', 'include_children' => false, ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'sessions_category', 'terms' => array( 'cas', 'recorded' ), 'field' => 'name', 'operator' => 'IN', 'include_children' => false, ), );