Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

nominees

taxonomy filter for LOVE Award nominees

$tax_query = array(
	array(
		'taxonomy'         => 'loveaward_cat',
		'terms'            => 'nominees-test',
		'field'            => 'slug',
	),
);