I have a Modx Revo website that contains several template sites. There is a menu that shows all the child elements of the main page (number 21). I want it to show the main page as well, but &displayStart=21
doesnt work. There is some error occuring and all the menu elements disappar. Can anyone help me?
[[pdoMenu?
&displayStart=`21`
&parents=`21`
&level=`1`
]]
I believe there is small error, displayStart is just a boolean flag, so all you need is the next:
&displayStart=`1`