Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

province

$tax_query = array(
	array(
		'taxonomy'         => 'province',
		'terms'            => 'ontario',
		'field'            => 'slug',
	),
);