Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

紅梅会ブログカテゴリー

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'category',
		'terms'            => 'stuffblg',
		'field'            => 'slug',
		'include_children' => true,
	),
);