Support

Account

Home Forums Front-end Issues Display field group – Front-end

Helping

Display field group – Front-end

  • Hello, I have created groups fields with conditions but I can’t display them.

    Here is my php code :

    <?php if( have_rows('bureau_ACF') ): ?>
        <?php while( have_rows('bureau_ACF') ): the_row(); ?>
    
            <div class="content">
                <strong><?php the_sub_field('poste-bureau-ACF'); ?></strong> : <?php the_sub_field('nom-bureau-ACF'); ?> <?php the_sub_field('prenom-bureau-ACF'); ?>  
            </div>
            
        <?php endwhile; ?>
    <?php endif; ?>

    and here is the screenshot of the ACF field
    where is my error ? thanks for your help

  • What is the location of the field group? Post? Term? Options Page?

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.