';
else
$image = '
';
$icons = '';
for( $k=0;$k<4;$k++){
$icon = str_replace('fa-','',esc_attr(alchem_option('section_6_social_icon_'.$j.'_'.$k)));
$link = esc_url(alchem_option('section_6_social_icon_'.$j.'_'.$k));
if( $icon != '' ){
$icons .= '
';
}
}
$team_item .= '
'.$name.'
'.$byline.'
'.do_shortcode($description).'
';
$m = $j+1;
if( $m % $columns == 0 ){
$team_str .= '
'.$team_item.'
';
$team_item = '';
}
endif;
}
if( $team_item != '' ){
$team_str .= '
'.$team_item.'
';
}
echo $team_str;
?>