Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

editorial_type_tid

$meta_query = array(
	array(
		'key'     => 'editorial_type_tid',
		'compare' => 'NOT EXISTS',
	),
	array(
		'key'     => 'editorial_type',
		'compare' => 'EXISTS',
	),
);