We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 32347
    • 143 Posts
    I am trying to use wayfinder to display a structure like that will show the pages in the subfolders. I am using revolution 2.2.8
    with a call like [[Wayfinder? &startId=`5` &level=`0` &depth=`0` ]]
    folder (5)
    subfolder (8)
    page in subfolder (45)
    subfolder
    page in subfolder
    subfolder
    page in subfolder
    subfolder
    page in subfolder

    Not sure what I need to do to get this to show.

    Thanks
      • 36996
      • 211 Posts
      You need to edit the &level to 1 or 2.
      This attribute is responsible for going deeper in the tree: 0 for the top level, 1 for one level deeper etc.
      &depth does the same thing, but not in wayfinder.
        • 22427
        • 793 Posts
        No, &level=`0` means unlimited number of levels.

        Indeed, &depth is not a Wayfinder property. So try to leave it out.
          • 36996
          • 211 Posts
          True, my mistake.