Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Event Popup Category

to be fetched as part of the home page widget

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'event-type',
		'terms'            => 'pop-up-cafe',
		'field'            => 'slug',
		'operator'         => 'AND',
		'include_children' => true,
	),
	array(
	),
);