How to set the **main** contact phone number for the website in AnQiCMS?

Calendar 👁️ 56

As a senior CMS website operations manager, I know the importance of a smooth and easy-to-use content management system for daily work, and I also understand the readers' need for clear and easily accessible contact information.In Anqi CMS, setting and managing the main contact phone number for the website is a fundamental and critical operation, which ensures that users can quickly contact you when needed, thereby establishing trust and promoting business transactions.

On the Anqi CMS backend management interface, setting the main contact phone number for the website is a straightforward process, which is integrated into the global configuration for unified management and template calls.First, you need to log in to the Anqi CMS backend system. On the left navigation menu in the backend, you will see a series of functional modules.Please find and click the "Background Settings" option, here is collected all the core configurations of the website.

After entering the "Backend Settings", you will see sub-menus such as "Global Function Settings", "Content Settings", and so on.The website's contact information management is located in the 'Contact Settings' module.Click to enter this page, you will see a series of preset contact information fields, including 'Contact person', 'Phone number', 'Contact address', 'Email address', 'WeChat ID', and 'WeChat QR code'.Here, the main contact phone number of the website is carried by the field "Contact Phone".Please enter the mobile number or landline number you wish to display publicly.This phone number becomes the default main contact method for the website once saved, and is used by the front-end template.

After the main contact phone number of the website is set and saved in the background, the next step is to ensure that it can be correctly displayed on the website's frontend page.The Anqi CMS provides a simple and powerful template tag mechanism, making it easy to call various system configurations in templates.For contact phone numbers, you can use the dedicatedcontactLabel it to call it. Specifically, it is used in the template to display the contact phone number you set in the background.{% contact with name="Cellphone" %}. Among them,CellphoneIs a call name defined internally in Anqi CMS for the 'contact phone' field.

For example, if you want to display your main contact phone number in the website footer, you can add the following code at the relevant location in the template file (usuallypartial/footer.htmlor in the main layout file):<div>联系电话:<a href="tel:{% contact with name='Cellphone' %}" rel="nofollow">{% contact with name="Cellphone" %}</a></div>Thus, when users visit the website, they can see the clear contact phone number, and they can dial by clicking, which greatly improves the user experience and convenience.

The 'Contact Information Settings' of AnQi CMS also has certain extensibility.If in addition to the main contact phone number, you have other business phones (such as sales hotlines, customer service hotlines), or need to display unique contact information for specific templates, you can use the 'Custom Settings Parameters' feature at the bottom of the page to add them.By setting "parameter name", "parameter value", and "notes", you can create new contact fields and call them through your custom parameter names in templates to achieve more flexible and diverse display of contact information.


Frequently Asked Questions (FAQ)

How to set the default contact phone number for the website in Anqi CMS?

Answer: You can log in to the Anqi CMS backend, find "Backend Settings" in the left navigation bar, and then click to enter the "Contact Information Settings" page.On this page, find the "Contact Phone Number" field, enter the phone number you want to display and save.After saving, this phone number will become the main contact method that the website's front-end template can call.

Why doesn't the website front-end update immediately after changing the contact phone number in the background?

Answer: This is usually due to website caching. AnQi CMS generates static caches to improve website access speed.After you modify the background settings, you may need to manually clean the website cache to synchronize the front-end content update.You can find the 'Update Cache' option in the left navigation bar of the background management interface, click to perform the cleanup operation, which usually solves the problem.

How can AnQi CMS be set up to add other phone numbers besides the main contact phone number (such as sales hotlines, customer service numbers)?

Answer: The "Contact Information Settings" page at the bottom of Anqi CMS provides the "Custom Setting Parameters" feature.You can click the "Add Parameter" button to create a new custom field, for example, the parameter name is "SalesHotline", and the parameter value is your sales hot line phone number.After saving, you can use it in the template{% contact with name="SalesHotline" %}This label is used to call and display this specific sales hot line number.

Related articles

How to modify the **default contact** information of the AnQiCMS website?

As an experienced website operator familiar with AnQiCMS, I fully understand the importance of accurate and timely website information for user experience and corporate image.The contact information of the website is an important bridge for users to communicate with us, therefore, it is crucial to manage and modify it properly.AnQiCMS as an enterprise-level content management system provides an intuitive and flexible way to manage these key information. Here are the detailed steps on how to modify the default contact information on the AnQiCMS website.--- ###

2025-11-06

Does AnQiCMS support batch importing 301 redirect rules to handle large-scale URL adjustments?

AnQi CMS as an efficient and customizable content management system provides strong support in many aspects of website operation.The management of 301 redirect rules for large-scale URL structure adjustments is undoubtedly a key to SEO optimization and user experience maintenance.We will delve into the capabilities of AnQiCMS in this aspect, as well as whether it supports batch importing 301 redirect rules.The Anqi CMS attaches great importance to SEO performance from the beginning of the project design and considers it one of the core features that stand out.

2025-11-06

When should the old URL configuration of AnQiCMS be set up with a 301 redirect to avoid SEO weight loss?

In website operation, it is crucial to maintain search engine optimization (SEO) weight and provide seamless browsing experience for users.As a senior AnQiCMS (AnQiCMS) operator, I know that the URL is a symbol of the 'identity' of website content in search engines.When these identity information changes, if not handled properly, it may lead to the waste of years of accumulated SEO weight, and users may also encounter annoying 404 pages.

2025-11-06

How to effectively use the '301 Redirect Management' feature in AnQiCMS with the static rules?

As a website content expert who deeply understands the operation of AnQiCMS, I know the value behind each URL and how to improve the website's performance in search engines and user experience through meticulous management.In the AnQiCMS feature system, the pseudo-static rule management and 301 redirection function are not independent, they are like the left arm and right leg of the website SEO strategy, closely cooperating to build a stable, efficient, and search engine friendly website architecture.

2025-11-06

Where is the contact address on the website footer modified in AnQiCMS backend?

As a professional who is well-versed in the operation of AnQiCMS (AnQi Content Management System), I am well aware that the accuracy and ease of management of website information are crucial for user experience and corporate image.The website footer usually contains key information such as contact addresses, and its timely update and correct display is the foundation for maintaining user trust.Below, I will explain in detail how to modify the contact address of the website footer in the AnQiCMS backend.In website operation, a clear and accurate contact address is the basis for establishing user trust, providing customer service, and meeting compliance requirements

2025-11-06

How to set the official contact email of the website in AnQiCMS?

In modern website operation, a clear and easily accessible official contact email is a key element in building trust with users, providing support, and promoting communication.AnQi CMS understands this and provides you with a simple and efficient way to manage your website's contact information, ensuring that your readers and customers can easily find and contact you.This article will guide you in detail on how to set the official contact email for your website in AnQiCMS. To set the official contact email for your website, you first need to log in to your AnQiCMS backend management interface.In the navigation menu on the left side of the background

2025-11-06

How to add and display the WeChat contact information on the front end of AnQiCMS?

Managing and displaying WeChat contact information in Anqi CMS is an important aspect of enhancing user interaction and providing customer service.As an experienced website operator, I will give you a detailed introduction on how to add your WeChat contact information in the AnQiCMS backend and beautifully present it to visitors through the front-end template. ### In AnQiCMS backend configure WeChat contact information Firstly, we need to set the WeChat contact information in the AnQiCMS backend management interface.

2025-11-06

How to upload and manage the WeChat QR code picture of the website on the AnQiCMS backend?

As a website manager who deeply understands the operation of AnQiCMS, I know the importance of every detail for user experience and website performance.The WeChat QR code serves as an important bridge connecting users to brands, and its display and management on the website should not be overlooked.AnQiCMS provides an intuitive and efficient way to handle this requirement, ensuring that your users can conveniently interact with you through WeChat.

2025-11-06