Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tax_term

$tax_query = array(
	array(
		'taxonomy'         => 'location',
		'terms'            => 'st-simons-island',
	),
);