Support

Account

Home Forums ACF PRO Get flexible content Reply To: Get flexible content

  • Solved !

    <?php 
    if( have_rows('rep_content') ):
        while ( have_rows('rep_content') ) : the_row();
            if( have_rows('conteneur') ):
                while ( have_rows('conteneur') ) : the_row();
                    the_sub_field('zone_libre');
                endwhile;
            endif;
        endwhile;
    endif; ?>