Home › Forums › ACF PRO › Multiple Repeater fields on single page wont work › Reply To: Multiple Repeater fields on single page wont work
I know this is old but i came across this in Google when looking for a solution to the same problem.
My issue was that I had a WP Query loop in between the two repeaters, and the loop wasn’t reset. I missed it because I had that particular code block collapsed! (rookie mistake).
Adding wp_reset_query();
after the loop resolved it and the second repeater is now working as expected.
Hope this helps someone else.
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.