Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

1

$tax_category = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'category',
		'terms'            => array( 'photography', 'music' ),
		'field'            => 'slug',
	),
);