Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

not in the media

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'category',
		'terms'            => 'In the Media',
		'field'            => 'name',
		'operator'         => 'NOT IN',
	),
);