Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

lr Customer Stories

snippet for customer stories

$tax_query = array(
	array(
		'taxonomy'         => 'resources_topics',
		'terms'            => 'testimonials',
		'field'            => 'slug',
	),
	array(
		'taxonomy'         => 'resources_categories',
		'terms'            => 'video case-study',
		'field'            => 'slug',
	),
);