Support

Account

Home Forums General Issues Echo field name as class Reply To: Echo field name as class

  • Gonna need more information here I think.

    But it looks like it’s a repeater field (or a flex field/ group field) they are all repeaters and you already have the field name

    
    if (get_sub_field('col_left')) {
      ?><div class="col_left"><?php the_sub_field('col_left'); ?></div><?php 
    }