Support

Account

Forum Replies Created

  • <?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;
    ?>

Viewing 1 post (of 1 total)