FLI Team
$intro=get_option('team_intro_text'); if($intro){ echo "$intro
";
}
$terms = get_terms(array(
'taxonomy' => 'groups', // Replace with your taxonomy name
'hide_empty' => true, // Show even if terms have no posts
));
$options='';
if (!empty($terms) && !is_wp_error($terms)) {
foreach ($terms as $term) {
$list.= '