Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Filter by custom taxonomy

$tax_query = array(
	array(
		'taxonomy'         => 'state_category',
		'terms'            => 'primary',
		'field'            => 'slug',
	),
);