Hi there,
I'm trying to display a link to a child page and also link to 2nd level child pages on the same landing page.
I'm using a repeater for the first level, but figured I'd have to use a nested repeater to target the second level.
I assume this is what I need, (although I've never used a nested repeater):
Types of fruit (landing page) (level 0)
Apples (level 1 child) --> Granny smith | Cox (level 2 children)
Oranges (level 1 child) --> Satsuma | Mandarin (level 2 children)
I need to get the level 2 child pages for each section (not just ALL second level children in one list).
So what I want is a list on the 'types of fruit page' that is like this:
Apple (level 1 child)
Granny smith | Cox (level 2 children)
Oranges (level 1 child)
Satsuma | Mandarin (level 2 children)
Sorry I've used fruit to explain this! I feel like there is an obvious answer that I'm missing.
Any help is much appreciated,
Thanks
Jon