G
G
Gennady Grigoriev2018-11-22 12:32:10
MODX
Gennady Grigoriev, 2018-11-22 12:32:10

How to add additional items to an already formed Wayfinder menu?

The problem is that when forming the navigation menu using (Wayfinder, pdoResources, getResources) it is not possible to add additional items in the list that are not related to the navigation menu.
an example of my output is
output is:
< ul cl ass="self-menu" >
< li >
11111
< li>
22222
< /li>
< li>
33333
< /li>
< li>
444444
< /li>
< li>
555555
< /li>
< /ul>
and I need to add a few more items to this menu:
77777
<li> 88888
Tell me how to implement this?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
lumb, 2018-11-22
@lumb

On the example of pdoMenu

&tplOuter= '@INLINE <ul >(сюда вставляете нужные ссылки с оформлением)</ul>'

A
Alexander Lunegov, 2018-11-22
@alelunegov

Gennady, with this menu display, items will be added if you create new resources that do not have a parent resource that will be published and the Hide from menu setting will not be checked .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question