New to Orchard. I have been looking for some documentation on how the menus actually work. It appears that you can have hierarchical menus, but I cannot find any good information on this.
相关问题
- How to set the title of a menu in Android [duplica
- How can set pop-up menu position in QML
- Slide-out menu css only
- Dynamically hiding menu items
- TranslateAccelerator and Disabled Menu Items
相关文章
- Add selected attribute to option in select menu wi
- Hide Eclipse Menu Bar (auto-hide)
- offcanvas menu link broken
- Trying to hide Content Parts on Content Type
- How to show system menu of a file in C#
- Fade out jQuery menu after delay
- Drupal - Set 'user/%/edit/uprofile' to def
- How do I customize the navigation drawer in Androi
Yes, you can. Since 1.5 you can create hierarchical menus from
Navigation
admin screen. Hierarchy (and reordering) of items can easily be created by drag & drop.Navigation screen is used to define your menus. In order to display a defined menu you need to put
Menu Widget
in the zone of your choice. When you create that widget you need to choose which menu is it going to display. Besides the choice of the menu, you can also choose some other optional parameters if you need to customize the display more (eg. display only certain level).It took me a while to figure this out too. You can see how to create a navigational menu in this video (around 8:45, but i'd recommend watching the entire video).
Basically, you need to drag & drop an item below and to the right of another content item in order to make a nested menu item.