Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

jobcar

$tax_query = array(
	array(
		'taxonomy'         => 'job_cat',
		'terms'            => array( 'analytics', ' web-developers' ),
		'field'            => 'slug',
	),
);