Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Projecttype

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'projecttype',
		'terms'            => 'collections',
		'field'            => 'slug',
		'operator'         => 'IN',
	),
);