Support

Account

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

  • Hi,

    It’s done but not working

    <?php if (have_posts()): while (have_posts()) : the_post(); ?>
    	<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    		<?php the_content(); ?>
    	         <?php comments_template( '', true ); ?>
    	        <br class="clear">
    	        <?php edit_post_link(); ?>
    	</article>
    	<?php if( have_rows('conteneur') ):
    		while ( have_rows('conteneur') ) : the_row();
            		the_sub_field('zone_libre'); 
     		endwhile;
    	endif; ?>
    <?php endwhile; ?>