Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Genre Tax Query

for pedal steel video site

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'genres',
		'terms'            => 'E9',
	),
);