Loop is all over the place – need help!
-
I have a situation where I have three repeaters in one post. The logic seems to render every repeater as the next post date, not as part of the same post. Any ideas why?
<ul> <Loop type=post count=3 orderby=date order=desc> <li> <Field title /> <Loop acf_repeater=repeater-1> <Field acf_editor=program_name /> </Loop> <Loop acf_repeater=repeater-2> <Field acf_editor=program_name /> </Loop> <Loop acf_repeater=repeater-3 > <Field acf_editor=program_name /> </Loop> </li> </Loop> </ul>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Loop is all over the place – need help!’ is closed to new replies.