Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Tax Query

$tax_query_feat = array(
	array(
		'taxonomy'         => 'post_tag',
		'terms'            => 'utvald',
		'field'            => 'slug',
	),
);