Hi,
Thanks in advance for helping, I am trying to understand if Wayfinder permits different sorting filters: for level 0 as menuindex and for the level 1, for example, by published date.
If yes, what shall be the call?
Thanks alot,
Alexandru
This should work (but didn't try it myself):
You use one WF call for level 0 only, containing
--- &sortBy=`menuindex`
--- &level=`1` (to prevent the output of the deeper levels)
--- &rowTpl=`rowChunk`
where the rowChunk contains a second WF call for the children of the level 0 item - with, of course, &sortBy=`publishedon`.