I am not a fan of on line training. However, this session was really well managed and engaging. Having just the right amount of candidates was, in my opinion, crucial to the the learning experience. The breakout sessions were good and gave us an opportunity to discuss things that we were doing in our own organisations and develop ideas form others to fit our business.
WLT
$cat= get_the_category( );
$catArra= array();
$ct_cnt=0;
foreach ($cat as $key => $value) {
if ($value->term_id!=1){
if($ct_cnt<3) {
$catArra[]=$value->name;
}
$ct_cnt++;
}
}
?>
By Angela
Dec 9, 2024