Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Board Grouping

board grouping tax query

$tax_query = array(
	array(
		'taxonomy'         => 'grouping',
		'terms'            => 'board',
		'operator'         => 'IN',
	),
);