Collection
$tax_query = array( array( 'taxonomy' => 'collection_types', 'terms' => 'seating', 'field' => 'slug', 'include_children' => false, ), );
$tax_query = array( array( 'taxonomy' => 'collection_types', 'terms' => 'seating', 'field' => 'slug', 'include_children' => false, ), );