Home › Forums › Add-ons › Repeater Field › Have_rows breaks with options page, on page nesting mix › Reply To: Have_rows breaks with options page, on page nesting mix
remove , "options"
from the 3rd nested repeater
while(have_rows("custom_modules", "option")) {
the_row();
// Some stuff
while(have_rows("sub_modules")){
the_row();
// Some more stuff
while(have_rows("social_icons")){
// This while loop breaks it
the_row();
// More stuff
}
}
}
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.