Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

cpt multicat

$tax_query = array(
	array(
		'taxonomy'         => 'event-category',
		'terms'            => '63',
		'operator'         => 'IN',
	),
	array(
		'taxonomy'         => 'category',
		'terms'            => '55',
		'operator'         => 'IN',
	),
);