In website operation, copyright statements and contact information are important components for building brand trust, providing user support, and ensuring legal compliance.AnQiCMS (AnQiCMS) understands the importance of this information, therefore, it provides an intuitive and powerful global setting function, allowing website administrators to uniformly and conveniently control the display of these contents without frequent code modifications.
Imagine if your website has hundreds of pages, and each time you need to change the copyright year or update the customer service phone number, you have to manually edit every page. That would be such a cumbersome and error-prone task.The global settings of Anqi CMS are exactly to solve this pain point, it allows you to manage these common information in one place, and call them flexibly at any position on the website through simple template tags.
Centralize the management of your website's copyright information
The copyright statement at the footer of the website is a common way to show visitors the ownership of the website and the protection of content rights. In Anqi CMS, you can find and modify this content in the background.Global SettingsFind and modify this content.
Log in to the Anqi CMS backend, navigate to "Global Function Settings" under "Backend Settings".Here, you will see a field named "Copyright Information".This field is used to enter your website copyright statement, for example “© 2024 YourCompanyName. All Rights Reserved.”.Once you fill in and save here, this information becomes the global copyright content of the website.
The front-end template uses a specific tag to call this global setting when displaying copyright information. For example, in the template file of the website footer (usuallypartial/footer.htmlorbase.htmlAmong them, the developers may have already used{% system with name="SiteCopyright" %}Such a label. When the page loads, the Anqi CMS will automatically replace the copyright information you fill in the background with this label, thus ensuring that the copyright statement of the entire website remains consistent.This means that no matter how many pages your website has, as long as they call the same copyright information tag, you only need to modify it once in the background, and all pages will be synchronized updated.
Display your contact information uniformly
A valid contact method is the foundation for establishing customer relationships, resolving user issues, and promoting business development. It is the feature of AnQi CMS that allows your customers to easily find you.Contact information settingsThe feature allows your customers to easily find you.
In the Anqi CMS backend, you can go to the 'Backend Settings' under the 'Contact Information Settings' page.Here is a default set of commonly used contact information fields, including contact name, phone number, address, email, WeChat ID, and even the function to upload WeChat QR code pictures.You can fill in this information according to your actual needs. For example, enter your customer service hotline in the 'Contact Phone' field, and fill in your business email in the 'Contact Email' field.
It is more flexible, if the default field cannot meet your business needs, AnQi CMS also supportsCustom settings parametersThis means you can add additional contact information, such as WhatsApp, Facebook page link, Twitter account, etc.Enter a parameter name (for example, "WhatsApp"), fill in the corresponding value (for example, your WhatsApp number), and add a note for your convenience.
Similar to copyright information, the front-end template calls these contact methods through specific tags. For example, the template may contain in the "Contact Us" page or footer section.{% contact with name="Cellphone" %}To display the phone number, or{% contact with name="contactEmail" %}To display the email address. If you have added a custom WhatsApp contact, it can be used in the template.{% contact with name="WhatsApp" %}Call it. The system will intelligently extract and display the corresponding value based on the name you fill in the background.When you need to update this information, you only need to make one change on the "Contact Information Settings" page in the background, and all places on the website that call this tag will automatically update, greatly improving operational efficiency.
Why is centralized management so important?
Setting up general content such as copyright information and contact details globally not only brings operational convenience but also ensures the high consistency of website content.No matter how many web pages there are or how often the content is updated, these core information can be displayed uniformly at the first time.It is crucial for maintaining brand image, enhancing user trust, and ensuring information accuracy.In addition, for security CMS users who need to manage multiple sites, although the document mainly introduces single-site management, its modular and tag-based design concept also provides the foundation and possibility for sharing or independently managing this information between multiple sites in the future.
Frequently Asked Questions (FAQ)
Question: I have modified the copyright information or contact details in the background, why doesn't the front page update immediately?Answer: This is usually due to website caching. Anqi CMS may cache page content to improve access speed.You can try clearing the browser cache or log in to the Anqi CMS backend, in the 'Update Cache' feature, manually clear all the cache of the website, and then visit the page again to view the update.
Ask: My website template is not displaying the custom contact information (such as WhatsApp) I added, what should I do?Answer: The custom contact information set globally needs corresponding tags in the template to display. If your template does not reserve the corresponding call location, you may need to contact the template developer or manually edit the template file.
{% contact with name="您自定义的参数名" %}Call this tag.Ask: Can different copyright information or contact details be set for different parts of the website?Answer: The global settings of AnQi CMS are mainly used to unify the management of general copyright and contact information across the entire site.If you need to display completely different, unrelated copyright or contact information in different areas of the website (for example, different sub-brands have independent contact information), then this differentiated information needs to be entered directly in the content editor of the corresponding page, or independent templates need to be designed for these specific pages, and hardcoded or implemented through custom fields in the template.The global settings are still the **means** of managing general information of the website.