This was not as easy as i thought though. :-(. I tried to alter the team.php like this:
$category = get_the_category( $post->ID );
and calling it like this:
$items .= ‘<h4 class=”team-member-category”>’ . $category . ‘</h4>’;
which only echos “Array” in front end. Does anyone has a quick fix?
Kind regards,
Richard