Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

tax_news_type_what_reading

$tax_query = array(
	array(
		'taxonomy'         => 'news_type',
		'terms'            => 'what-we-are-reading',
		'field'            => 'slug',
	),
);