Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Tax Category

$tax_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'category',
		'terms'            => '1',
		'field'            => 'term_id',
	),
);