Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Top article tax query

$top_article_tax_query = array(
	array(
		'taxonomy'         => 'tag',
		'terms'            => 'top-article',
		'field'            => 'slug',
	),
);