Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

asd

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'khenpo_talk_location',
	),
	array(
		'taxonomy'         => 'khenpo_talk_category',
		'terms'            => 'compassion',
	),
);