• Has anyone got nested menu working? I used the following sample code (except for replacing it with my own menu name), but the result only shows me the top level items, even though my menu has 3 levels. Is there a trick that I missed?

    [loop menu='Test2']
      Parent: [field title-link]
      [-loop menu=children]
        Child: [field title-link]
      [/-loop]
    [/loop]

The topic ‘menu=children not working?’ is closed to new replies.