Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

project status

$project_status_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'project-status',
		'terms'            => array( 'kickoff', 'wireframes', 'design', 'development', 'content', 'staging' ),
		'field'            => 'slug',
		'operator'         => 'IN',
	),
);