Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tax_query

$tax_query = array(
	array(
		'taxonomy'         => 'project',
		'terms'            => array( 'completed-projects', 'current-projects' ),
		'field'            => 'slug',
		'include_children' => true,
	),
);