Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Show by Categories & Tags

$tax_query = array(
	array(
		'taxonomy'         => 'category',
		'terms'            => array( 'art', ' economy' ),
		'field'            => 'slug',
	),
	array(
		'taxonomy'         => 'post_tag',
		'terms'            => array( 'adobe-illustrator', 'adobe-premiere' ),
		'field'            => 'slug',
	),
);