Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Single Taxonomy

$tax_query = array(
	array(
		'taxonomy'         => '$news_info_cat',
	),
);