Working with Nested Repeaters
-
Hi.
Ho do I access nested repeater elements?
I tried
<?php while( have_groups( 'mainrepeater', 'options' ) ): the_group() ?> <?php while( have_groups( 'childrepeater' , 'options' ) ): the_group() ?> ... <?php endwhile; ?> <?php endwhile; ?>
but it didn’t work.
Is the “chaildrepeater” a subvalue array?
Thanks in advance
- The topic ‘Working with Nested Repeaters’ is closed to new replies.