Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

snip

$tax_query = array(
	array(
		'taxonomy'         => 'customtax',
		'terms'            => 'term',
	),
	array(
		'taxonomy'         => 'customtax',
		'terms'            => 'term',
	),
);