Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

$tax_query

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'tai',
		'terms'            => '17',
	),
	array(
		'taxonomy'         => 'tai',
		'terms'            => '22',
	),
);