Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

monthsnip

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'beer_season',
		'terms'            => 'spring-seasonal',
		'field'            => 'slug',
	),
);