tax_query
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => 'startup', 'field' => 'slug', 'operator' => 'AND', 'include_children' => true, ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => 'startup', 'field' => 'slug', 'operator' => 'AND', 'include_children' => true, ), );