Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

test tax

$tax_query = array(
	array(
		'taxonomy'         => 'wpbb_job_industry',
		'terms'            => '4',
	),
);