Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

discipline_query

$discipline_query = array(
	array(
		'taxonomy'         => 'Discipline',
		'terms'            => 'ancient-history',
		'field'            => 'slug',
	),
);