Home › Forums › Add-ons › Repeater Field › Repeater field saying no rows found › Reply To: Repeater field saying no rows found
Yeah tried that and still no luck.
I just added a text sub field called ‘text’ and entered some text in the field.
Used your code and nothing has shown up on the page.
<?php
if( have_rows('layout_section') ):
while ( have_rows('layout_section') ) : the_row();
the_sub_field('text');
endwhile;
else :
endif;
?>
For some reason ACF is just not seeing any fields in the repeater field.
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.