Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

nc

$tax_query = array(
	array(
		'taxonomy'         => 'news_category',
		'terms'            => 'quote-of-the-day',
		'field'            => 'slug',
	),
);