Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

smartfires

$tax_query = array(
	array(
		'taxonomy'         => 'tags',
		'terms'            => 'smartfires',
		'field'            => 'slug',
	),
);