As a website operator who has a deep understanding and rich experience with AnQiCMS (AnQiCMS), I am well aware of the importance of the navigation system for user experience and website structure.Under the framework of AnQiCMS, we can build clear and efficient website navigation to meet various operation needs.About the CMS navigation list supported sub-menu levels, I can provide detailed explanations.
The navigation list function design of AnQiCMS aims to provide a simple and practical structure to ensure the ease of use and management efficiency of the website. Based on our understanding of the AnQiCMS function modules and practical operational experience, especially by consulting the built-in "website navigation settings" help document of the system, it can be clearly known that the navigation list system of AnQiCMS supportsUp to two levels of submenusThis means you can create a dropdown menu or submenu under the main navigation item.
In the AnQiCMS backend "website navigation settings" interface, we manage the website's front-end navigation links.The core design concept of this module is to balance the flexibility of functions with the intuitiveness of user experience.When you configure navigation links, each main navigation item (level 1 menu) can choose whether to have sub-navigation links.If a main navigation item is set to include sub-links, then these sub-links form the second-level menu, which is also known as the first-level dropdown navigation mentioned in the document.The system allows you to nest these secondary menu items under their respective primary menu, forming a layered structure.
This two-level navigation setting can meet the needs of the vast majority of small and medium-sized enterprises and content operators in actual operation.It avoids the problem of overly complex navigation paths caused by too many levels, which can make users lose their way, and also provides website managers with enough structural capabilities to clearly organize and display website content.Whether it is used for common pages such as product classification, service introduction, news center, or contact information, the two-level menu can effectively guide users to find the information they need.
On the template design level, AnQiCMS uses built-innavListThe tag is used to render the navigation list. This tag can traverse the navigation data you set in the background and output it in HTML structure.navListThe tag will identify whether the navigation item contains a submenu (by means ofitem.NavListAttribute judgment), and generate the corresponding nested structure. This means that as long as you configure the secondary navigation items correctly in the background, the front-end template can accurately present these two levels of menus through simple loop logic.
In short, the navigation list feature of AnQiCMS, with its "main menu + first-level submenu" design, provides the website with a clear and easy-to-manage navigation scheme, fully supporting efficient content display and user guidance.
Frequently Asked Questions (FAQ)
Q1: Can I create a navigation menu with three levels or more in Anqi CMS?
- The official design of AnQi CMS clearly states that the navigation list supports a maximum of two levels of menus, meaning that only one level of submenus can be under a main navigation item.This design aims to simplify the navigation structure, enhance user experience and website management efficiency, and avoid user confusion caused by too deep navigation levels.
How to set different navigation menus for different areas of the website (such as header and footer)?
- The AnQi CMS supports the "navigation category management" feature. In addition to the default navigation categories, you can create multiple custom navigation categories in the background, such as "header navigation", "footer navigation", or "sidebar navigation".This allows you to set a separate set of navigation links for each navigation category and call the corresponding navigation list in different template areas.
What types of content does the AnQi CMS navigation link support?
- The navigation links of AnQi CMS support three main types: built-in links (such as home page, model home page), category page links (pointing to created document categories or single pages), and external links (which can point to any URL within the site or other websites outside).This provides great flexibility, allowing you to seamlessly integrate various content and external resources into the navigation system.