Custom Tax Query
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'genre', 'terms' => array( 'fiction', ' non-fiction', ' poetry' ), 'field' => 'slug', 'operator' => 'IN', 'include_children' => true, ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'genre', 'terms' => array( 'fiction', ' non-fiction', ' poetry' ), 'field' => 'slug', 'operator' => 'IN', 'include_children' => true, ), );