I have this question.
On my site I have 30 second level page. In one template I have four menus (top, main, right and bottom).
I would like to show different pages in all these menus.
In top: pages 1,5,7,8
In main: pages 2,14,16,25
etc.
I know that I can use items option in menumanage but if I add new pages I would have to edit menu each time.
I could use this construction {if $node->hierarchy > 5.0 and $node->hierarchy < 5.3 } but again, new page and edit menu.
I think that I could use page attribute option. If page attribute key1=1 than show in top menu.
How can I do this? Any smarty wizards here

And one more question. Is there a way to divide one menu in 4 columns?