Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Collection

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