Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

【Cyclist】トップWp_Query

$not_in_post_tag = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'post_tag',
		'terms'            => 'cycleshopnavi',
		'field'            => 'slug',
		'operator'         => 'NOT IN',
	),
);