Support

Account

Home Forums General Issues Don't getting sub_fields since update Reply To: Don't getting sub_fields since update

  • try to replace this line:
    <?php while(has_sub_field('index_banner_carrossel', 'option')): ?>
    with this
    <?php while( have_rows('index_banner_carrossel', 'option') ): the_row(); ?>