Home › Forums › Add-ons › Repeater Field › Repeater field saying no rows found › Reply To: Repeater field saying no rows found
I had my repeater running through another file, to get it to work I had to run it through the repeater again on the page I wanted the repeater to run in the file. Like this.
<?php if( have_rows('layout_section') ) { } else { } ?>
<?php wp_reset_query(); ?>
<?php get_template_part( 'layout-strips' ); ?>
No idea why this works but it does.
I would try emailing support as they have been really helpful to me.
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.