Decoda Resources Filter
$dc_tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'resource_category', 'terms' => array( 'adult', 'community', 'digital', 'family', ' workplace' ), 'field' => 'slug', ), array( 'taxonomy' => 'resource_type', 'terms' => array( 'activity_book', 'backgrounder', 'fact-sheet' ), 'field' => 'slug', 'operator' => 'IN', ), array( 'taxonomy' => 'resource_source', 'terms' => array( 'decoda', 'srdc' ), 'field' => 'slug', 'operator' => 'IN', ), );