Really engaging and informative. Opened my eyes to new concepts and approaches that I can put into practice with my management team. Has set us up to put together a clear wellbeing strategy.
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
Oct 10, 2024