genre tax
$tax_query_genres = array( array( 'taxonomy' => 'genre', 'field' => 'slug', 'operator' => 'IN', 'include_children' => true, ), );
$tax_query_genres = array( array( 'taxonomy' => 'genre', 'field' => 'slug', 'operator' => 'IN', 'include_children' => true, ), );