Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

job-positions

$tax_query = array(
	array(
		'taxonomy'         => 'job-category',
		'terms'            => 'incs-positions',
	),
);