Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

site_tax_query

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'dnh_site_status_taxonomy',
		'terms'            => array( 'coming-soon', ' live', ' portfolio' ),
	),
);