Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Tax Query

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'brochure_categories',
		'terms'            => 'windows',
		'field'            => 'slug',
	),
);