Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

project_category

Custom Post Type Category

$tax_query = array(
	array(
		'taxonomy'         => 'project_category',
		'terms'            => 'commercial-hospitality',
		'field'            => 'slug',
	),
);