Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

taxonomy news

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'news',
	),
);