Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Custom

$tax_query = array(
	array(
		'taxonomy'         => 'cat_event_album',
		'terms'            => 'glanage',
		'field'            => 'slug',
		'operator'         => 'IN',
		'include_children' => false,
	),
);