Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

event tax

$tax_query = array(
	array(
		'taxonomy'         => 'event_type',
		'terms'            => 'education',
		'field'            => 'slug',
	),
);