Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

mainstreet-places

$msl_tax_query = array(
	array(
		'taxonomy'         => 'places',
		'terms'            => 'restaurants',
		'field'            => 'slug',
	),
);