Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

category2

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'post_tag',
		'terms'            => 'special',
		'operator'         => 'AND',
	),
);