Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Untitled Snippet

$tax_query = array(
	array(
		'taxonomy'         => 'nursing-city',
		'terms'            => '$state_name',
		'field'            => 'slug',
	),
);