Hello, I'm glad to be able to share my experience in operating AnQi CMS with you and explain how to link to existing category pages in the AnQi CMS navigation.Clear navigation is the foundation of user experience and the key to effective organization of website content.AnQi CMS provides an intuitive backend management interface, making it simple and efficient to link category pages to navigation.

Understanding the navigation setting mechanism of Anqi CMS

The navigation settings in AnQi CMS are completed through the "Website Navigation Settings" feature in the backend.This feature allows operations personnel to create and manage various navigation menus on the website, not limited to the main navigation, but can also create footer navigation, sidebar navigation, and other different navigation categories according to requirements.Each navigation item, which is also what we usually call navigation links, includes display names, link targets, and other information.The link target can be an embedded page, an external link, or an existing category page.

Link the category page to the website navigation with detailed steps

Add an existing category page to the website navigation, mainly involving the following steps:

First, log in to the Anqi CMS backend management interface. Find and click on "Backend Settings" in the left menu bar, then select "Navigation Settings" to enter the navigation management page.

After entering the navigation settings page, you will see the list of navigation categories created by the current website.If you need to add a category link to the main navigation (usually 'default navigation'), you can directly click on the navigation category to edit it.If your website needs to create independent navigation for different regions (such as footer navigation), you can first create a new navigation category through 'Navigation Category Management' and then edit the category.

Next, under the selected navigation category, you need to add a new navigation link.There is usually a button on the page that says "Add Navigation Link" or something similar, click it to open the navigation link editing form.

In the navigation link editing form, there are several key fields that need to be filled out.Enter the text you want to display in the 'Display Name' field, for example, 'News Dynamics', 'Product Center', etc.If your template supports it, you can also fill in the "Subheading Name" and "Navigation Description" to provide more information.

The core step is to select the 'link type'. Anqi CMS provides various link types, including 'built-in links', 'category page links', and 'external links'.In here, we need to select the 'Category Page Link'. After selecting this option, the system usually displays a dropdown menu or a selection box, listing all the created categories and single pages.

In the category/page selector that pops up, browse or search for the specific category name you want to link to, and then select it.The Anqi CMS will associate the category ID you select with this navigation link.This navigation link will always point to the correct category page, regardless of any subsequent adjustments to the name or URL of the category, because it is associated based on the internal ID.

Finally, you can adjust the "Display Order" as needed to determine the position of this navigation link in the menu.The smaller the number, the higher it is displayed. If this category link is a second-level navigation, you also need to select the first-level navigation it belongs to in the 'Parent Navigation' field.All information has been filled in and confirmed to be correct, then click the save button.

After completing the above operation, refresh your website's front-end page, and the newly added category navigation link will appear in the corresponding position.Clicking on this link will directly take you to the corresponding category page, making it convenient and quick to browse related content.

Summary

By using the intuitive navigation setting function of Anqi CMS, website operators can easily integrate existing category pages into the website navigation.This ID-based association method ensures the stability and accuracy of navigation links, even if the classification information changes, it is not necessary to frequently manually update the navigation, thereby effectively improving the efficiency of content management and the user visit experience.

Frequently Asked Questions (FAQ)

1. Will the entries linked to it in the navigation update if I change the category name or custom URL?I will. The navigation link of Anqi CMS to the category is associated based on the internal ID of the category.Therefore, when you modify the category name, description, or custom URL information in the background, the link in the navigation will automatically point to the latest page information of the category, and you do not need to manually update the navigation entries.

2. I want to link a category in the navigation, but I can't find it in the dropdown list of "Category Page Link", what could be the reason?Please confirm that the category you want to link has already been created under "Content Management" -> "Document Category".If the category has been created, please check if the category is in the published state. Categories that are not published or are in draft status may not appear in the selection list of navigation links.

3. I have set up a category page link, but after clicking on the front-end navigation, the page shows a 404 error or incorrect content. How should I troubleshoot?First, try to directly access the URL of the category page to confirm that the category page itself can be displayed normally.If directly accessing the category page also causes issues, it may be due to unpublished category content, missing category template files, or configuration errors.If direct access is normal, then please check if the website's pseudo-static rules are correctly configured, or in the "Navigation Settings", confirm that the link type you have selected is indeed "Category Page Link", and that the target category has been correctly selected.