As a website operator who is deeply familiar with the operation of AnQiCMS, we understand that in today's era of content globalization and increasingly important user experience, how to flexibly display multi-language information is a key issue that many operators face.In response to your inquiry about whether the Anqi CMS navigation link can display both Chinese and English subtitles, I can clearly tell you that Anqi CMS provides complete support for this feature.
The AnQi CMS was designed with full consideration of the needs of enterprise-level and multilingual site management, one of its core functions is "multilingual support", aiming to help enterprises efficiently carry out multilingual promotional activities and expand the international market.On the navigation link settings, the system provides detailed configuration options, allowing operators to add bilingual information to navigation entries to meet the browsing habits and language preferences of different users.
In particular, to implement navigation links that display both Chinese and English subtitles, you need to enter the Anqi CMS backend management interface to perform operations.In the "Background Settings" menu under the "Website Navigation Settings" feature, when you edit or create a navigation link, you will see a configuration item named "Subtitle Name".This design is exactly to meet the need for dual title display.For example, a navigation main title is set to "About Us", and you can enter "About Us" in the "Subtitle Name".This navigation item can display both "About Us" and "About Us" in two languages when displayed on the front page.
In the front-end template, the template tag system of Anqi CMS is also prepared for this feature. When you usenavListtags to call the navigation list, each navigation item (itemIt includesTitle(main title) andSubTitle(Subheading) These two available fields. Template developers can flexibly display next to or below the navigation links according to design requirements{{item.Title}}and{{item.SubTitle}}Achieve the effect of coexisting Chinese main title and English subtitle in navigation. This detailed field separation and callability greatly enhance the flexibility and customization ability of front-end display.
The implementation of this feature not only enhances the internationalization image of the website, but also greatly improves the navigation experience of users in a multilingual environment.Whether it is an enterprise website facing the overseas market or a content platform that provides a friendly interface for users of different languages, Anqi CMS can provide solid technical support to make your website clearer and more efficient in information transmission.By properly configuring the main title and subtitle, you can ensure that visitors from different cultural backgrounds can quickly understand the navigation intent, thus exploring the website content better.
Frequently Asked Questions (FAQ)
1. I have filled in the "Sub-title Name" in the navigation settings, but it does not display on the front-end page. What is the matter?
This is usually because your website's front-end template is not adapted.SubTitleField. Please check your template code to ensure that it is being usednavListLabel looping to output navigation items includes a reference to{{item.SubTitle}}The field call. If there is no related code in the template, even if the subtitle is configured in the background, it cannot be presented on the front end.You can contact the template developer to modify it, or edit the template yourself to addSubTitledisplay.
2. Does AnQi CMS support displaying navigation link titles in more than two languages? For example, Chinese, English, and French?
The navigation link of Anqi CMS is on the "Subtitle Name" field, mainly designed to support the display of one main title and one auxiliary title (i.e., two languages).If you need to support navigation in three or more languages, it may not be convenient to implement it directly through the 'Subheading Name' field.For scenarios involving up to three or more languages, the "Multilingual Support" feature of AnQi CMS is more focused on achieving complete site language switching, that is, after the user selects a different language, the entire website (including navigation) will switch to the corresponding language version, rather than displaying all languages simultaneously in the same navigation item.You can configure multiple language sites in the background and thenlanguagesThe label provides language switching options, allowing users to select their preferred language version.
3. Where can I find the 'Subheading Name' field? What is the specific operation path?
The "Subtitle Name" field is located in the "Website Navigation Settings" function of the Anqi CMS backend.The specific operation path is: log in to the background -> find "Background Settings" in the left navigation bar -> click "Navigation Settings" -> on the navigation list page, click the "Edit" button of any navigation item, or click the "Add Navigation" button to create a new navigation. In the pop-up edit/new navigation form, you will see the "Subheading Name" input box.