Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

taxonomy-show

$tax_query = array(
	array(
		'taxonomy'         => 'show',
		'terms'            => 'pinky-e-o-cerebro',
		'field'            => 'slug',
	),
);