tax qer
$tax_query = array( array( 'taxonomy' => 'trainer_category', 'terms' => array( 'music-instrumental', 'music-vocal' ), 'field' => 'slug', 'operator' => 'IN', ), );
$tax_query = array( array( 'taxonomy' => 'trainer_category', 'terms' => array( 'music-instrumental', 'music-vocal' ), 'field' => 'slug', 'operator' => 'IN', ), );