tax_query_baden_events
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'baden_events_cat', 'terms' => '1', 'field' => 'term_id', 'operator' => 'IN', ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'baden_events_cat', 'terms' => '1', 'field' => 'term_id', 'operator' => 'IN', ), );