Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

simple tax query

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'locations',
		'terms'            => 'new_york',
		'field'            => 'slug',
	),
);