Support

Account

Home Forums General Issues Repeater Output Reply To: Repeater Output

  • I have also tried the following code: –

    <?php if( have_rows(‘mail_services’) ): ?>

      <?php while( have_rows(‘mail_services’) ): the_row(); ?>

    • <?php the_sub_field(‘mail_heading’); ?>
    • <?php endwhile; ?>

    <?php endif; ?>