Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Query Test

// BEGIN GenerateWP.com Snippet #dd82 (http://bit.ly/about-snippet?g=wp_tax_query)
$tax_query = array(
	array(
		'taxonomy'         => 'locations',
		'field'            => 'term_id',
		'operator'         => 'IN',
		'include_children' => true,
	),
);
// END GenerateWP.com Snippet #dd82 (http://bit.ly/about-snippet?g=wp_tax_query)