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', ), );