Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Newsroom Video Tax

$tax_query = array(
	array(
		'taxonomy'         => 'newsroom_media_categories',
		'terms'            => 'videos',
		'field'            => 'slug',
	),
);