Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

ongoing

$tax_query = array(
	array(
		'taxonomy'         => 'project_status_category',
		'terms'            => '31',
		'field'            => 'term_id',
	),
);