Home › Forums › Add-ons › Repeater Field › Advanced Custom Repeater field not showing › Reply To: Advanced Custom Repeater field not showing
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; ?>
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.