How to use the global settings of Anqi CMS to unify the display of copyright information and contact details on the website?

Calendar 👁️ 71

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)

  1. 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.

  2. 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.

  3. 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.

Related articles

How to implement pagination functionality in Anqi CMS and customize the display style of page numbers?

In AnQi CMS, the pagination feature of website content is an indispensable part of improving user experience and optimizing site structure.Whether it is a list of blog articles, product display pages, or other dynamic content, reasonable pagination makes it easier for users to browse a large amount of information and also helps search engines better understand and extract website content.Today, let's delve deeper into how to implement pagination in AnQiCMS and customize the display style of page numbers according to your own needs. ### Why do we need pagination? Imagine that your website has hundreds or even thousands of wonderful articles.If there is no pagination

2025-11-09

How to correctly render Markdown content as HTML and display mathematical formulas or flowcharts in Anqi CMS?

In AnQi CMS, using Markdown format to write content not only improves editing efficiency, but also maintains the structuralization and readability of the content.When content involves complex mathematical formulas or a clear flowchart needs to be displayed, the strength of Markdown becomes evident.Our company provides good support for this, let's take a look at how to correctly render and display these advanced contents on the website.### Step 1: Enable Markdown Editor First, make sure that your CMS system has enabled the Markdown editor feature

2025-11-09

How does AnQi CMS truncate long text content and add an ellipsis?

In website content operation, effectively displaying information while maintaining the page's cleanliness and the smoothness of user experience is a crucial link.Especially for long text content, how to truncate the display on the list page or overview section with an ellipsis is a common technique to improve the readability and aesthetics of the website.AnQiCMS (AnQiCMS) is a feature-rich management system that provides a flexible mechanism to meet this requirement at the template layer.

2025-11-09

How to use the `archiveDetail` tag in AnQi CMS to display custom field content of a document?

AnQi CMS has a flexible content model design that allows users to add various custom fields to documents according to their business needs.These custom fields greatly enrich the expression of the website content, whether it is to display product specifications, event details, or additional information of articles, it can be handled with ease.How can `archiveDetail` tag be cleverly used on the document detail page to display these valuable custom field contents?### Understanding the core function of the `archiveDetail` tag In the Anqi CMS template system

2025-11-09

How to filter and display a specific list of documents based on keywords in AnQi CMS?

When using Anqi CMS to manage website content, we often need to search and display related document lists based on specific keywords.It is crucial to master the keyword filtering method, whether it is to create an in-site search results page or to display content closely related to a theme on a specific topic page.The AnQi CMS provides flexible and powerful template tag functions, making this task intuitive and efficient.### The foundation of keyword filtering: `archiveList` tag's `q`

2025-11-09

How to display the document category list at different levels in Anqi CMS and its associated documents?

How to efficiently organize and display a large amount of content in website operation is the key to improving user experience and website usability.For those who use AnQiCMS, the system provides powerful content model and template tag features, which can help us easily implement multi-level document classification lists and clearly display the associated documents under each category. Let's explore together how to build a website navigation with both hierarchy and rich content using these features in Anqi CMS.### Understand the content structure of AnQi CMS In AnQi CMS

2025-11-09

How to customize the Title and Description of Anqi CMS website to optimize search engine results display?

In today's highly competitive online environment, whether a website can stand out in search engines largely depends on its optimization of details.Among them, the page's Title (title) and Description (description) play a crucial role, as they are the 'business card' of the website presented on the search engine results page (SERP).Carefully customize these elements, which can not only help search engines better understand the page content, but also attract potential visitors to click, thereby improving the traffic and visibility of the website.AnQiCMS (AnQiCMS) as a powerful content management system

2025-11-09

How to implement independent management and unified display of multi-site content on the front end for AnQi CMS?

In today's digital age, many businesses and content operators face a common challenge: how to efficiently manage multiple brand websites, product sub-sites, or content platforms, ensuring that each site runs independently while also achieving flexible integration of content and resources?AnQi CMS is born to solve this pain point, it provides a set of elegant and practical solutions, making independent management and unified display of multi-site content accessible.One of the core strengths of AnQi CMS is its powerful multi-site management capability.When you need to operate multiple websites, such as a corporate website

2025-11-09