Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

texinomy

$tax_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'workshop-or-event',
		'terms'            => 'in-the-news',
		'field'            => 'name',
		'operator'         => 'IN',
		'include_children' => true,
	),
	array(
	),
);