Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

MiBox Taxonomy

$tax_query = array(
	array(
		'taxonomy'         => 'location',
		'terms'            => array( 'can', ' usa' ),
		'field'            => 'slug',
		'include_children' => true,
	),
);