Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

ddddd

$tax_query = array(
	array(
		'taxonomy'         => 'prize',
		'terms'            => '11',
	),
);