Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

RCFHL Season

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'sp_season',
		'terms'            => '31',
		'field'            => 'term_id',
		'operator'         => 'IN',
	),
);