Tax query resources
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'resources_topics', 'terms' => 'Ebooks', 'field' => 'name', 'operator' => 'IN', ), array( 'taxonomy' => 'resources_types', 'terms' => 'Risk Management', 'operator' => 'IN', ), );