Category
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'year_level', 'terms' => '$terms', 'field' => 'slug', ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'year_level', 'terms' => '$terms', 'field' => 'slug', ), );