Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

taxonomy

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