Support

Account

Forum Replies Created

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

Viewing 1 post (of 1 total)