Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Untitled Snippet

$tax_query = array(
	array(
		'relation' => 'AND',
		array(
			'taxonomy'         => 'taxonomy_var',
			'operator'         => 'IN',
			'include_children' => false,
		),
	),
);