Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Project Types

$tax_query = array(
	array(
		'taxonomy'         => 'project-types',
		'terms'            => 'featured',
		'field'            => 'term_taxonomy_id',
		'operator'         => 'IN',
		'include_children' => true,
	),
	array(
	),
	array(
	),
);