As an experienced website operator familiar with AnQiCMS, I am well aware of the importance of the accuracy and timeliness of 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, proper management and modification are crucial.AnQiCMS as an enterprise-level content management system provides an intuitive and flexible way to manage these key information.
The detailed steps on how to modify the default contact information on the AnQiCMS website.
Modification and customization guide for the default contact information on the AnQiCMS website.
In today's digital age, accurate and error-free contact information is an essential component of any website.It is not only a way for users to get help or advice, but also a key to building trust and showcasing a professional image.AnQiCMS understands this and provides a simple and efficient backend management feature that allows you to easily modify and expand the default contact information of the website.
First step: Visit the backend contact information settings
To begin editing the website's contact information, you first need to log in to the AnQiCMS backend management interface. After successful login, find and click on the menu item in the left-hand navigation menu, such as theBackend settings”Option. In the expanded submenu, you will see a name called “Contact information settingsThe entry point. Click this option to access the contact information management page, where all information related to the website's contact is centralized.
Step 2: Modify the default contact information
After entering the "Contact Information Settings" page, you will see a series of preset fields, which are the default contact information items provided by the AnQiCMS system. They include:
- Contact (UserName)Used to display a title, such as "Mr. Wang" or "Customer Service Team", convenient for users to see and address on the front-end page.You just need to enter or modify the contact name required in the corresponding input box.
- Contact Phone (Cellphone)This is the phone number that users can call directly or consult. Please make sure the phone number you fill in is valid and accessible, so that users can contact you in a timely manner.
- Contact Address (Address): Used to specify your physical office location or company address, usually displayed in the footer of a website or on the "Contact Us" page, providing guidance to customers.
- Contact Email (Email)A commonly used communication method, users can send email inquiries or feedback through this email. Ensure that the email address is correct and check it regularly.
- WeChat ID (Wechat)If you wish to contact you through WeChat, you can fill in your WeChat ID here.
- WeChat QR Code (Qrcode)Support uploading your WeChat QR code picture. After uploading, users can quickly add your WeChat by scanning it on the front-end page, which greatly facilitates mobile users.
- QQ (QQ)Provide QQ contact information, suitable for users who wish to communicate in real time via QQ.
- WhatsApp (WhatsApp)/Facebook (Facebook)/Twitter (Twitter)/TikTok (TikTok)/Pinterest (Pinterest)/Linkedin (Linkedin)/Instagram (Instagram)/Youtube (Youtube)The AnQiCMS also presets various international social media contact methods.If your business is aimed at the international market, you can enter the corresponding links or IDs in these fields to expand communication channels with global users.
For these default fields, you just need to enter or modify the information in the corresponding text box.The information will be displayed on the website front end after it is modified, using the corresponding template tags.
Step 3: Add custom contact information (optional)
The flexibility of AnQiCMS lies in its ability to allow you to add more custom contact methods not in the default list according to your actual needs. For example, if your website needs to display a Skype account or a specific online customer service link, you can go through theCustom settings parametersTo implement.
Below the "Contact Information Settings" page, there is usually an area to add custom parameters. Click the "Add" button, and you will see several input boxes:
- Parameter NameThis is the unique identifier used to call this custom contact method in a website template. It is recommended to use a combination of lowercase English letters, such as
SkypeIDorOnlineChatLink. AnQiCMS will automatically convert it to camel case when called (for exampleSkypeID) - Parameter valueThis is the actual contact information you want to display to users. For example, fill in your Skype account or the URL of your online customer service system.
- NoteThis field is only used by backend administrators to identify and understand the purpose of the parameter, it will not be displayed on the website front-end. Filling in clear remarks will help with future maintenance and management.
In this way, you can infinitely expand the dimensions of your contact information display, meeting various complex operational needs.
Step 4: Save and verify the changes
After you have modified or added custom parameters to all contact information, be sure to click the bottom of the page to theSaveorConfirm” button to ensure that your changes take effect. After saving successfully, it is strongly recommended that you immediately visit the front page of the website to check whether all related contact information has been updated and displayed correctly.For example, check the "Contact us" page in the footer, navigation bar, or any module that called the contact information.
By following these steps, you can easily manage and modify the default contact information of the AnQiCMS website, and expand it at any time according to business development to ensure that your website always maintains the most accurate and comprehensive posture with users.
Frequently Asked Questions (FAQ)
Q1: I modified the contact information on the backend, why is the front-end page not updated?
A1:This may be caused by multiple reasons. First, please make sure you have clicked the "Save" button and the changes have been successfully submitted.Next, please try to clear the AnQiCMS system cache, which is usually found in the "Update Cache" function in the background management interface.If the update is still not available, please check if the correct contact information tags are used in the website front-end template, such as using{% contact with name="Cellphone" %}Such a label. If the template tag is used incorrectly, the information will not be displayed correctly.
Q2: Can I add other social media links besides the default ones? Such as my Facebook or Twitter homepage links?
A2:Of course you can. AnQiCMS provides a 'Custom Settings Parameters' feature, which allows you to add any contact methods not on the default list.Just add a new custom parameter below the "Contact Information Settings" page, and set itsFacebookLink(or any name you like),“parameter value” please fill in your Facebook homepage URL, and go through the template by{% contact with name="FacebookLink" %}Call it directly. AnQiCMS has preset parameters for commonly used social media platforms such as Facebook, Twitter, Tiktok, and you can fill them in directly.
Q3: How do I call these contact information in my AnQiCMS website template?
A3:AnQiCMS provides a special "Contact Information Tag".contactCall the contact information set in the background. You need to use your template file, usuallybash.html/footer.htmlor use the 'Contact Us' page template. For example, to display the phone number, you can use{% contact with name="Cellphone" %}; to display the email address, you can use{% contact with name="Email" %}. For custom parameters, such as the ones you addWhatsAppThen use{% contact with name="WhatsApp" %}. In this way, you can flexibly display the contact information you configure at any location on the website