Support

Account

Forum Replies Created

  • Have you had any luck? I’m experiencing the exact same thing. Strangest part yet, it’s only one repeater on the same page. The rest are working.

    <?php if ( have_rows( 'test_test' ) ) : ?>
    	<?php while ( have_rows( 'test_test' ) ) : the_row(); ?>
    		<?php the_sub_field( 'test_test_a' ); ?>
    		<?php the_sub_field( 'test_test_b' ); ?>
    		<?php the_sub_field( 'test_test_c' ); ?>
    		<?php the_sub_field( 'test_test_d' ); ?>
    	<?php endwhile; ?>
    <?php else : ?>
    	<?php // no rows found ?>
    <?php endif; ?>
Viewing 1 post (of 1 total)