bristol taxonomy
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'resource-adi-category', 'terms' => 'featured', 'field' => 'slug', ), array( 'taxonomy' => 'events-adi-category', 'terms' => 'featured', 'field' => 'slug', ), );
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'resource-adi-category', 'terms' => 'featured', 'field' => 'slug', ), array( 'taxonomy' => 'events-adi-category', 'terms' => 'featured', 'field' => 'slug', ), );