Support

Account

Home Forums Add-ons Repeater Field Repeater don't show Reply To: Repeater don't show

  • I tried with page id but change nothing.

    `$post_id = ’63’;

    if( have_rows(‘elementalaune’ , $post_id) ):
    while ( have_rows(‘elementalaune’, $post_id) ) : the_row();
    the_sub_field(‘image’);
    the_sub_field(‘texte’);
    endwhile;
    else :
    echo “Nothing here”;
    endif; `