How to add subpages in Orchard CMS

会有一股神秘感。 提交于 2019-12-21 05:30:31

问题


I added a new page in the main menu, e.g. Products. Now I want to add a subpage e.g. Sub Products below a Products page. I tried all possible options in the dashboard but it didn't work for me. Any ideas how to handle this?

Thanks.


回答1:


here is a quick solution for this

Go to your dash board -->Gallery -->Modules search for Hierarchical menu and install it after installing then go to Configuration -->Features and enable it. Go go to Navigation .give position like 2 for "Products" and 2.1 for "Sub products".

you will see Sub products appear under Products page.




回答2:


As of Orchard CMS 1.5 this is supported by the core navigation module. Now you can simply drag and drop menu items under one another in the Admin -> Navigation view. You can then control level rendering under the widget settings for the menu by setting the "Start level" and "Levels to display" properties.

See release notes for further details.

The navigation documentation doesn't seem to be up to date though :(




回答3:


Take a look at: http://orchard.codeplex.com/Thread/View.aspx?ThreadId=242327

The module to support this (along with many other modules) is available in Orchard's module gallery.



来源:https://stackoverflow.com/questions/4781284/how-to-add-subpages-in-orchard-cms

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!