ModX: Selecting and outputting specific menu items using Wayfinder
Posted
by Staffan Estberg
on Stack Overflow
See other posts from Stack Overflow
or by Staffan Estberg
Published on 2010-06-17T09:50:24Z
Indexed on
2010/06/17
9:53 UTC
Read the original article
Hit count: 256
modx
tI've been trying to output specific menu items, also wanting to change the names of some, without satisfying results. The problem is that I have three different menu setups throughout the site - the header split into two sections and the footer divided into a couple of columns. This is what I've tried so far -
[[Wayfinder? &startId=
0
&level=1
&limit=5
&excludeDocs=49,61,55
]]
While it works excluding all the other links isn's the most optimal solution as there are 11 in total plus I want to be able to 1. rearrange the order and 2. change the names of two of them.
Is this possible at all using the Wayfinder or do I have to create a snippet?
Thanks in advance.
© Stack Overflow or respective owner