Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

y213-event-tax

$tax_query = array(
	array(
		'taxonomy'         => 'event-location',
		'terms'            => 'richmond',
		'field'            => 'slug',
	),
);