Support

Account

Home Forums ACF PRO Group Field contains Group Fields Reply To: Group Field contains Group Fields

  • Ok, I´m Sorry that I didn´t post some code examples.

    Here is the Code i have which is working fine:

    <div class="zeitschrift-box-wrapper">
                <?php if( have_rows('zeitschrift_box') ): while( have_rows('zeitschrift_box') ): the_row(); ?>
                <img src="<?php echo $upload_dir['baseurl']; ?>/2018/03/second-bg.svg" alt="B2B Publishing">
                <?php the_sub_field('text'); ?>
                <a href="<?php the_sub_field('link'); ?>"><?php the_sub_field('link_text'); ?></a>
                <?php endwhile; ?>
                <?php endif; ?>
            </div>

    What if I have three of these blocks in a “parent” Group?

    Do you know what I mean?

    Greets
    M