Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

MOS Academy カテゴリー

$tax_query = array(
	array(
		'taxonomy'         => 'course_category',
		'terms'            => '5',
		'field'            => 'term_id',
	),
);