Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

asd

asd

$tax_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'category',
		'terms'            => 'sports',
	),
);