Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Other

$tax_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'author',
		'terms'            => '546',
		'field'            => 'term_id',
		'operator'         => 'AND',
		'include_children' => false,
	),
);