Support

Account

Home Forums General Issues Radio button values Reply To: Radio button values

  • <?php
    if(have_rows(‘wine_list’)):
    while(have_rows(‘wine_list’)): the_row();
    if(get_sub_field(‘display’) == ‘yes’){?>
    <section class=”block2″><?php the_sub_field(‘wine_list__content_1’); ?></section>
    <?php }
    endwhile;
    endif;
    ?>