Hi,
if ( have_rows('planning_container') ) :
while ( have_rows('planning_container') ) : the_row();
if (get_row_layout() == 'layout_planning' ) :
get_template_part( 'blocks/planning' );
endif;
endwhile;
endif : ?>
In this case, the have_rows()
function returns false
. It doesn’t matter if I put elements in the back office.

Can you help me ? 🙂
kind regards
Linuxiro