Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

custom-tax

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'case_study_category',
		'terms'            => 'aggregate-cement',
		'field'            => 'slug',
		'include_children' => true,
	),
);