Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

SAC forecast photos

$tax_query = array(
	array(
		'taxonomy'         => 'media_category',
		'terms'            => 'forecast-photo',
		'field'            => 'slug',
	),
);