Hello,
is it possible to order a menu(im using wayfinder) with 2 levels? i mean, there is only a "placeholder" for all menus and submenus at the same time, i want to order my parent li with menuindex, and my inner li's with pagetitle, i think there is a problem with my DB, beacuse just my outer li's order when i put orderBy='pagetitle'
Order is not responding to the parameters i pass to wayfinder
[[!Wayfinder?
&startId=`[[!fatherOfparent?&parent=`[[*parent]]`]]`
&level=`2`
&outerTpl=`wfOuterInterna`
&innerTpl=`wfInnerInterna`
&parentRowHereTpl=`wfParentRowHereInterna`
&parentRowTpl=`wfParentRowInterna`
&activeParentRowTpl=`wfParentRowHereInterna`
&ignoreHidden=`false`
&sortBy=`pagetitle`
&excludeDocs=`21100`
]]
Thank you