Training and Featured
$featured_posts = array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => 'training', 'field' => 'term_id', ), array( 'taxonomy' => 'tag', 'terms' => 'featured', ), );
$featured_posts = array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => 'training', 'field' => 'term_id', ), array( 'taxonomy' => 'tag', 'terms' => 'featured', ), );