Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

國學院野球部メンバートピック

卒業生の除外

$tax_query = array(
	array(
		'taxonomy'         => 'member_grade',
		'terms'            => 'ob',
		'field'            => 'slug',
		'operator'         => 'NOT IN',
	),
);