Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

$church_type_tax_query

$church_type_tax_query = array(
	array(
		'taxonomy'         => 'church_type',
		'terms'            => '$type',
		'field'            => 'slug',
	),
);