How to manage and add contact information (such as phone number, WeChat, WhatsApp) on the AnQiCMS backend?

Calendar 👁️ 57

As an experienced website operations expert, I fully understand the importance of an efficient content management system for the development of a company, especially in terms of information transmission and customer communication.AnQiCMS (AnQiCMS) leverages its powerful flexibility and ease of use, allowing website operators to easily manage various content, including crucial business contact information.

In today's digital marketing era, providing diverse contact channels such as phone numbers, WeChat, WhatsApp, and others is crucial for building customer trust and enhancing user experience.AnQiCMS is well-versed in this, providing an intuitive backend function that allows you to flexibly configure and display this information.Next, I will explain in detail how to manage and add these contact methods in the AnQiCMS backend and ensure they can seamlessly present on your website.

Unified management, convenient and efficient: contact information backend entry

To manage this key information, you first need to log in to the AnQiCMS backend. The entire process is very intuitive: navigate to the left-hand menu of「Backend Settings」and then click「Contact Information Settings」This module centralizes all configuration items related to external communication with the company, aiming to provide you with a clear and centralized management interface.

After entering the 'Contact Information Settings' page, you will see a series of AnQiCMS preset common contact information fields. These fields are designed to meet the daily display needs of most businesses, including:

  • Contact:The company contact name displayed externally.
  • Contact Phone:The core contact phone number of your company, through which customers can communicate directly with you.
  • Contact address:Your company's location, convenient for customers to understand or visit.
  • Contact Email:The company's email address, an important written communication channel.
  • WeChat ID:Your company's WeChat personal account or public account ID.
  • WeChat QR Code:You can upload your WeChat QR code image for easy scanning by customers.

These preset fields are usually sufficient to cover basic contact needs.You just need to fill in the accurate information in the corresponding text box and then save.Especially WeChat QR codes provide a convenient visual communication method, where users can simply scan to add.

Expand endless possibilities: Customize contact information (such as WhatsApp)

The strength of AnQiCMS lies in its exceptional flexibility, especially when dealing with global needs or the specific needs of certain customer groups. If you want to add contact information beyond the default fields, such as WhatsApp, which is commonly used by international users, or other social media links like Facebook, Twitter, AnQiCMS providesCustom Setting ParametersFunction, allowing you to expand according to actual business needs.

At the bottom of the 'Contact Settings' page, you will find a section named 'Custom Setting Parameters'.Here, you can easily add a new contact type.The specific operation steps are as follows:

  1. Add a new parameter:Click the add button below the "Custom Setting Parameters" area.
  2. Enter parameter name:This is a crucial step. The 'parameter name' is the unique identifier for template calls.I suggest you use English letters with clear semantics as parameter names, for example, to add a WhatsApp contact, you can enterWhatsAppThe AnQiCMS system will automatically convert it to camel case for template calling, but keeping the input simple English spelling is more conducive to memory and management.
  3. Enter the parameter value:The 'parameter value' is the specific content of the contact information. For example, if it is WhatsApp, you can enter your WhatsApp number (including the international dialing code, such as+8613800138000Or a WhatsApp chat link likehttps://wa.me/8613800138000). If it's another social media, then enter the main page link.
  4. Add a note:The 'Note' field does not display on the website front-end, but it is very important for backend management.You can specify "WhatsApp contact information", "Sales Department WeChat" and so on, for easy identification and maintenance in the future.

In this way, you can add any number and type of custom contact information to your website, whether it is for customers in different regions or the needs of different business departments, AnQiCMS can easily meet all these requirements.

The website front-end presents: Smart use of AnQiCMS template tags

In AnQiCMS, displaying these background configuration contact information on the website front-end is equally intuitive and efficient, thanks to its concise and powerful template tag system. You can use{% contact 变量名称 with name="字段名称" %}This tag can call any contact method you set up in the background.

  • Call preset contact method:

    • Display contact phone number:电话:{% contact with name="Cellphone" %}
    • Display WeChat ID:微信:{% contact with name="Wechat" %}
    • Display WeChat QR code:<img src="{% contact with name="Qrcode" %}" alt="微信二维码" />
  • Call custom contact method:

    • For the WhatsApp we previously customized, just setnamethe attribute to the parameter name defined in the backend:WhatsApp:{% contact with name="WhatsApp" %}

Tip:

In practical application, to enhance the user experience, you can further optimize the display. For example, convert the phone number into a clickable dialing link:<a href="tel:{% contact with name="Cellphone" %}" rel="nofollow">电话:{% contact with name="Cellphone" %}</a>

Similarly, for WhatsApp, if you fill in the pure number in the background parameter value, you can create a click chat link like this:<a href="https://wa.me/{% contact with name="WhatsApp" %}" target="_blank" rel="nofollow">联系WhatsApp</a>

By these flexible calling methods, you can place contact information in the website header, footer, contact us page, or anywhere you want customers to easily access.AnQiCMS's modular design and tag system make everything easy, without the need for deep coding, you can achieve professional website functions.

Operation strategy and professional tips

As an operations expert, I suggest you consider the following points when managing contact information:

  1. Keep the information up to date:Regularly check that all contact information is accurate and valid to avoid losing customers due to outdated information.
  2. Multi-channel display:Do not concentrate all contact information in a corner. Reasonably arrange your contact information in key positions such as the footer of the website, about us page, contact us page, and product or service detail pages.
  3. Mobile optimization:Make sure that the phone number and WhatsApp link can be clicked directly on mobile devices to jump to the dialing or chat app, greatly enhancing user convenience.
  4. Utilize the multi-site advantage of AnQiCMS:If you are running multiple websites, the multi-site management feature of AnQiCMS means you can conveniently configure and manage the contact information of all sites from the same backend, greatly enhancing operational efficiency and consistency.

Through AnQiCMS, managing and displaying your company's contact information is no longer a繁琐 task.It gives you a high degree of freedom, whether it is the standard phone, WeChat, or the global WhatsApp, it can be integrated into your website efficiently, ensuring that your customers can always find a way to communicate with you.


Related articles

How to set the Title, Keywords, and Description (TDK) on the AnQiCMS backend?

As an experienced website operations expert, I know that the success of a website cannot be separated from fine-grained content operations and excellent search engine optimization (SEO) strategies.Among the many factors that affect website ranking, the page title (Title), keywords (Keywords), and description (Description), which we commonly refer to as "TDK", are undoubtedly the core elements for search engine extraction, understanding, and user click decision-making.

2025-11-06

How to customize system parameters in AnQiCMS backend to meet the special calling requirements of the frontend template?

## Unleashing the Potential of Front-end Templates: The Art of Customizing System Parameters in AnQiCMS In the operation of a website, we often encounter situations where front-end templates need to display some non-standard but crucial information for the business, such as a special marketing campaign link, contact information for WhatsApp other than WeChat and phone, or a disclaimer at the bottom of a specific page.If each modification touches the code, it will undoubtedly greatly reduce operational efficiency.

2025-11-06

When the website is set to " shutdown status ", what information will AnQiCMS display to the visiting user?

As an experienced website operations expert, I know that sometimes it is necessary to temporarily close the website for maintenance, upgrades, or content adjustments.The management of this "shutdown status" not only concerns user experience, but may also affect search engine rankings.AnQiCMS (AnQiCMS) is a powerful content management system that provides a flexible and comprehensive solution in this regard.

2025-11-06

How to modify the website's filing number and copyright information in the AnQiCMS backend?

As an experienced website operations expert, I am well aware of the importance of website compliance and brand image for long-term development.In China, the website filing number (ICP) is not only a legal requirement but also the foundation of website trust; while copyright information is a strong declaration of your original content, demonstrating professionalism.AnQiCMS as an efficient and user-friendly content management system also provides you with an intuitive and convenient operation interface for setting these key information.

2025-11-06

What default language packages does AnQiCMS support? How to switch the default language for the website?

AnQiCMS: Mastering Multilingualism, Full Guide to Website Default Language Settings and Switching As an experienced website operations expert, I am well aware of the importance of multilingual support for websites to reach a broader audience in a global network environment.AnQiCMS (AnQiCMS) is an efficient content management system designed specifically for small and medium-sized enterprises and content operation teams, and its powerful multilingual support function is undoubtedly one of its core highlights.

2025-11-06

How to add a new document and set recommendation attributes (such as headline, recommendation) in the AnQiCMS backend?

As an experienced website operations expert, I fully understand the importance of an efficient content management system for a corporate website.AnQiCMS (AnQi CMS) boasts its excellent flexibility and powerful functions, becoming a tool in the hands of many operators.Today, let's delve into how to easily add a new document in the AnQiCMS backend, and skillfully use recommendation attributes to make your high-quality content stand out among numerous information, reaching your target audience more accurately.

2025-11-06

How to use a keyword library and custom URL to improve SEO effects when publishing a document?

In today's highly competitive online environment, being noticed and favored by search engines is one of the key factors for the success of website operations.As an experienced website operations expert, I know that every content release carries the expectation of attracting traffic and conveying value.AnQiCMS (AnQiCMS) is a system designed specifically for content operations, with an integrated SEO toolset, especially the 'keyword library' and 'custom URL' features, which can provide strong and fine-grained SEO assistance for your document publishing.

2025-11-06

Intelligent control of time, precise reach: In-depth analysis of AnQiCMS article/product scheduled publishing function

In the fast-paced digital content world, how to ensure that your information reaches the target audience at the right time is a challenge faced by every operator.AnQiCMS is a management system designed specifically for content operations, deeply understanding this, its built-in timer publishing function is precisely for this purpose.This seemingly simple feature actually contains strong strategic value and can help you achieve the automation and precision of content publishing.What is the timing publishing feature in AnQiCMS?In simple terms, it allows you to create and schedule content in advance (whether it's articles, press releases,

2025-11-06