Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Special Taxonomy and Terms

$tax_query = array(
	array(
		'taxonomy'         => '__ Taxonomy__',
		'terms'            => '__ Terms_',
	),
);