Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

1

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'wm_poster_year',
		'field'            => 'name',
		'operator'         => 'AND',
		'include_children' => true,
	),
);