How to set the website Logo, filing number, copyright information and other global display content in Anqi CMS?

Calendar 👁️ 59

The website's logo, filing number, copyright information, these seemingly trivial elements are the foundation of the website's professional image, brand recognition, and compliance.In Anqi CMS, managing these global display contents is much more convenient than imagined, without the need for complex code modifications, just by using the intuitive backend operations, you can easily create a professional and standardized website front page.This article will guide you step by step on how to efficiently set up and use these important global information in Anqi CMS.

Easily manage global content - Enter the Anqi CMS backend

In Anqi CMS, all functions that affect the overall visual and basic information of the website are concentrated in the management interface of the background.To start setting these global contents, you first need to log in to your Anqi CMS management backend.After successful login, you will find the option of 'Background Settings' in the navigation menu on the left.Click to enter, you will see a submenu named "Global Function Settings", which is the core area where we configure various global content.This block gathers the basic information, appearance identification, and some system-level operating parameters of the website. Its design purpose is to allow you to manage the core elements of the website in one place.

Configure item by item to create a unique website image

On the 'Global Function Settings' page, you can configure each item in detail according to your website needs.

The website logo is the visual core of the website, carrying the brand image.On the settings page, you will see the item "Website Logo", just click the upload button and select the logo image file you have精心 designed.After uploading successfully, the system will automatically apply it to all pages of the website, achieving quick brand visual consistency.If you need to change the logo, just repeat this step.

For domestic websites, the filing number is a sign of legal operation.You can enter your website filing number in the input box corresponding to “Filing Number”.AnQi CMS not only helps you display the filing number, but it can also automatically generate a link to the Ministry of Industry and Information Technology website when called in a template, ensuring that users can directly verify the legality of the website.The copyright information that follows is usually used in the footer of the website, you can fill in like “©XXXX [Your Company Name].All Rights Reserved. The content of the website is explicitly stated, protecting your intellectual property rights.

It is crucial to ensure that your website has the correct name and access address.The website name will be used as the suffix of the browser tab title, enhancing brand recognition.The website address is the official URL that users visit your website. It must be filled in accurately, otherwise, it may cause the website to fail to access normally.If you have also set a separate access address for mobile, you can also configure it in "Mobile Address" to accommodate the browsing needs of different devices.

When the website is under maintenance, upgrade, or has not been officially launched, you may need to temporarily shut down the website.By the "Site Status" option, you can set the website to "Closed" mode, at which point users visiting the website will only see the information you set in the "Closed Notice", effectively preventing access in an incomplete state.

The Anqi CMS also provides the option of 'default language package' to lay the foundation for the internationalization of your website content.The "backend domain address" allows you to set a separate access domain for the management backend, which not only enhances the security of backend access but also makes the management entrance clearer.

In addition to the default items mentioned above, AnQi CMS also provides you with great flexibility, allowing you to create "custom setting parameters".For example, you may need additional "customer service hotline" or "corporate mission" and other global information, just add parameter name, parameter value and remarks in this area, you can easily expand the global configuration of the website to meet various personalized needs.

Use global information cleverly in the template.

It's not enough to set up these information in the background, how can we display them elegantly on the website front end? Anqi CMS provides a concise and efficient template tag——{% system %}. Through this tag, you can easily place it in any website template

Related articles

How to implement multi-condition filtering display of article lists (such as by price, region) in Anqi CMS?

In modern website operations, users' demand for content filtering is growing increasingly.Whether it is to find products at a specific price or to inquire about activities in a certain area, an article list that supports multi-condition filtering can greatly improve user experience and content reach efficiency.AnQiCMS (AnQiCMS) leverages its flexible content model and powerful template tags to provide website operators with a convenient solution for implementing such complex filtering functions.

2025-11-08

How to display different content blocks based on conditions in the AnQi CMS template?

In AnQi CMS template design, displaying or hiding content blocks based on different conditions is a key ability to achieve dynamic website effects and enhance user experience.Using the built-in template syntax and rich tag features, we can easily build flexible and versatile pages that respond to different situations.The Anqí CMS template engine adopts a syntax similar to Django, which makes conditional judgment and loop control very intuitive and easy to learn.

2025-11-08

How does the "Full Site Content Replacement" feature of AnQi CMS affect the final display of published content?

In the daily operation of website management, content updating and maintenance is a continuous and crucial aspect.AnQiCMS (AnQiCMS) understands this need and therefore provides a powerful and efficient feature - 'Full Site Content Replacement'.This feature is not a simple modification of the front-end display, but a deep and immediate modification at the database level of published content, which has a direct and comprehensive impact on the final display effect of the website content.What is the "site-wide content replacement" feature?The "All-site Content Replacement" feature of Anqi CMS, as the name implies

2025-11-08

How to get and display the list of friend links in Anqi CMS?

In website operation, friendship links (also known as friend links) are an important component for improving website authority, increasing external traffic, and promoting interaction between websites.A well-maintained list of friendship links, which can not only increase the external links of the website and have a positive effect on SEO, but also provide users with more relevant information and improve the user experience.AnQi CMS knows its importance and provides an intuitive and user-friendly backend management interface and convenient template calling method, allowing you to easily obtain and display the list of friend links. We will introduce in detail how to implement this feature in Anqi CMS.--- ##

2025-11-08

How can AnQi CMS automatically extract the first image in the article content to display as a thumbnail?

In website content operation, carefully selecting and setting thumbnails for each article is a routine and time-consuming task.These small images can effectively attract visitors' attention and are also the key to maintaining visual consistency on the list page and recommended positions.Anqi CMS deeply understands this, providing users with a very convenient feature: automatically extracting the first image from the article content to display as a thumbnail. ### Core Feature Unveiling: Automatic Thumbnail Extraction Mechanism Anqi CMS showcases its user-friendly side in content management.When you write or edit an article, if you have not manually uploaded a specific thumbnail

2025-11-08

How to prevent content scraping in Anqi CMS and add watermark display to images?

In the era where content is king, the value of original content is self-evident, however, the problems of content plagiarism and image theft are becoming increasingly rampant.For website operators, how to effectively protect their hard work, prevent malicious collection of content, and add exclusive identification to images is a key link in maintaining brand image and content rights.AnQiCMS (AnQiCMS) is well aware of this pain point and has built-in features to address these challenges.

2025-11-08

How does the Anqi CMS scheduled publishing function control the display time of article content?

In content operation, the timing of content release is often closely related to the propagation effect.To help website administrators plan and distribute content more flexibly and efficiently, AnQiCMS (AnQiCMS) provides a very practical feature - scheduled publishing.This feature allows you to precisely control the display time of article content on the website, realizing the automation and intelligence of content publishing.

2025-11-08

How to format timestamps in the AnQi CMS template to display them in a friendly date/time format?

In the display of website content, how to present the timestamp data stored in the background in a user-friendly and easy-to-read date or time format is a key factor in improving user experience.Anqi CMS deeply understands this, and provides a simple and efficient tag for template developers —— `stampToDate`, making this process effortless. ### Understanding Timestamps in AnQi CMS In many content models of AnQi CMS, such as articles, products, or categories, time data is typically stored in the form of a 10-digit timestamp.

2025-11-08