Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

shows

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'Type of show',
		'terms'            => array( 'street', ' indoor' ),
	),
);