Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

blog-news

$tax = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'category',
		'terms'            => 'blog',
		'field'            => 'slug',
	),
	array(
		'taxonomy'         => 'category',
		'terms'            => 'news',
		'field'            => 'slug',
	),
);