Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

taxo-for-persons

$tax_query = array(
	array(
		'taxonomy'         => 'dealer_post_types',
		'terms'            => 'contact-person',
	),
);