0?12/$columns:3; $section_content = str_replace('\\\'','\'',$section_content); $section_content = str_replace('\\"','"',$section_content); ?>

'.$name.'
'; 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_link_'.$j.'_'.$k)); if( $icon != '' ){ $icons .= '
  • '; } } $team_item .= '
    '.$image.'

    '.$name.'

    '.$byline.'

    '.do_shortcode($description).'

      '.$icons.'
    '; $m = $j+1; if( $m % $columns == 0 ){ $team_str .= '
    '.$team_item.'
    '; $team_item = ''; } endif; } if( $team_item != '' ){ $team_str .= '
    '.$team_item.'
    '; } echo $team_str; ?>