ottogal,
Thanks so much! Using ditto worked like a charm (no idea why I was so stuck on using wayfinder). The only thing missing from your ditto call was the ’startID’ parameter, but everything else worked perfectly.
Thanks again.
-
☆ A M B ☆
- 24,524 Posts
the startID parameter has been deprecated for years; use &parents instead.
Some remarks:
(1) In the Ditto call I meant &sortDir=`ASC` instead of &sortBy=`ASC`.
It worked anyway, because you can also write &sortBy=`published ASC`, and omitting published Ditto obviously just defaults to createdon.
(2) If you would like the output be ordered by the menuindex, you have to choose its values carefully in the sub-containers. Controlling by the client users is not easy in that case.
Great Tips. Thanks so much guys.