Support

Account

Home Forums Front-end Issues Loop a Group Reply To: Loop a Group

  • I would like to have checked via php whether the fields in the repeater field are empty. If so, the empty source code for the field should not appear on the website. For individual fields it is possible for me.

    Example:

    <?php if( get_field('beschreibung') ): ?>
        <?php the_field('beschreibung'); ?>
    <?php endif; ?>

    How do I do this on repetitions?