Great information, a lot to absorb however Elliot’s style of teaching helped a lot with this. It was a great opportunity to assess and reflect on what I would not normal have had the time to do. Was very positive having the chance to hear from other industries and see that the challenges are very similar. A lot of learning to take away and implement and brillant support throughout
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 4, 2024