Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

sources-glossary tax query

$sources-glossary = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'sources',
		'include_children' => true,
	),
);