How to set global functions, content, and contact information in the AnQiCMS background?

Calendar 👁️ 60

As a senior security CMS website operation personnel, I fully understand that the backend settings are crucial for the overall operation efficiency and user experience of the website.Efficiently manage global functions, content processing, and external communication methods, which is the foundation for ensuring the stable operation of the website, high-quality presentation of content, and effective engagement with users.Below, I will explain in detail how to perform these key settings on the AnQiCMS backend.

Website global feature settings

The global feature settings are the 'master switch' of the AnQiCMS website, affecting every aspect of the site, from brand identity to access status, to multilingual support.Properly configure these options to lay a solid foundation for your website.

Under the "Settings" menu in the background, first enter the "Global Function Settings" area. Here, you can manage the core information of the website. For example, the website name (SiteName) is your website's brand identity, it will serve as a suffix for the page title, enhancing brand recognition. Website address(BaseUrlIt is crucial, as it determines the basic path for users to access the website and the correctness of the loading of front-end resources; please ensure that it is accurate and the domain name resolution is completed. If your website uses a separate template mode for desktop and mobile, then the mobile address (MobileUrlThe setting is also not negligible, as it will guide mobile users to visit a specially optimized page.

The visual presentation of the website cannot do without the website logo (SiteLogoThe upload of this, will allow your brand image to be clearly displayed on the website. For websites operating in Mainland China, the filing number (SiteIcpis a requirement for compliance, fill in after which it can be called by the template and generate a filing link. Copyright informationSiteCopyrightis usually displayed at the bottom of the website, used to declare the ownership of the content.

AnQiCMS also provides a default language package(LanguageThe setting, currently supports Chinese and English, which will affect the display of built-in text, although it does not directly change the content or template text.To enhance the security of the backend management, you can set a separate backend domain address, which will effectively prevent unauthorized access.Finally, the website status (Website Status) Allow you to flexibly control the website access permissions, when the website is in maintenance or construction phase, it can be switched to a closed station state, and set the corresponding closed station prompt information to inform users of the current situation of the website.

In addition to these default settings, AnQiCMS also allows you to customize parameters (such asHelpUrlTo expand the functionality. These custom parameters are configured through "Parameter Name", "Parameter Value", and "Notes", providing great flexibility for template calls, allowing you to display custom information at any location on the website according to specific needs.

Website content processing settings

The content settings mainly focus on the quality of website content presentation, performance optimization, and copyright protection.Especially in image processing, these settings have a direct impact on the loading speed and user experience of the website.

In the "Content Settings", you can configure whether to download remote images.If this option is enabled, the system will download external images referenced in the content to the local, which is very beneficial for unified resource management and preventing link failure.At the same time, whether to automatically filter external links (Filter External Links) It is also an important feature. If you do not want external links in the content, you can choose to filter; even if you choose to retain them, the system will automatically add them.rel="nofollow"Tags, helpful for SEO.

To optimize website performance and storage space, AnQiCMS provides the option to start with WebP image format.Enable this feature, and uploaded JPG, PNG images will be automatically converted to a smaller WebP format, and existing images can also be batch converted through the tool.In addition, the automatic compression of large images can compress the uploaded images to the specified width (default 800 pixels), further reducing the image size.

The way thumbnails are handled is another focus of content settings.AnQiCMS provides three modes of "Proportional scaling by the longest side", "Filling by the longest side", and "Trimming by the shortest side", and you can choose the most suitable display effect according to your website design needs and set the uniform size of the thumbnails.At the same time, you can also set a default thumbnail to be used as an alternative when no specific thumbnail is uploaded for the document.If the thumbnail size settings were adjusted, the system also provides a feature to batch regenerate thumbnails to ensure that all historical content can be presented in the new size.These refined image management strategies, collectively provide protection for the visual effects and loading speed of the website.

Website contact information settings

A clear and convenient means of communication is the bridge that users build trust and communication with the website.The contact information settings of AnQiCMS are designed to centrally manage these key information, convenient for use throughout the website.

Under the 'Settings' in the background, click on 'Contact Information Settings', and you will find a series of default contact information fields. These include contacts (UserName), phone number (Cellphone), contact address (Address), contact email (Email), WeChat ID (Wechat) as well as WeChat QR code (QrcodeThese details are usually displayed in the website footer, 'Contact Us' page, or sidebar, ensuring users can easily find and communicate.

AnQiCMS not only supports basic contact information, but also extends support for various social media contact methods, such as QQ, WhatsApp, Facebook, Twitter, Tiktok, Pinterest, Linkedin, Instagram, and Youtube.This means you can unify links or accounts of all mainstream social media platforms, making it convenient for global users to interact with you through their preferred channels.

Similar to the global feature settings, the contact information settings also support custom parameters.When the default field does not meet your specific needs, for example, you may need to add a 'company fax' or 'online customer service link', both can be achieved through custom parameters.You only need to fill in the "Parameter name", "Parameter value" and "Remarks", and you can use the corresponding parameter name (such as{{contact.传真}}) Call this additional information. This flexible configuration ensures the completeness and scalability of the website contact information.

Summary

By setting up the global function, content processing, and contact information settings on the AnQiCMS backend, you can fully control the operational details of the website.From the overall architecture of the website, brand image, to the presentation quality of the content, performance optimization, and user communication convenience, these settings provide powerful and flexible management tools.As an operator, fine-tuning these options will greatly enhance the professionalism, user experience, and management efficiency of the website.


Frequently Asked Questions (FAQ)

Q1: How to call custom parameters added in global settings or contact information settings in the frontend template?

A1:You can use specific tags in the front-end template to call these custom parameters. For example, custom parameters added in the global feature settings can be accessed through{% system 变量名称 with name="参数名" %}The way to call; while the custom parameters added in the contact information settings are through{% contact 变量名称 with name="参数名" %}The way to call. Where, "parameter name" is the name you fill in when setting up in the background. After setting it, you can directly output the value of the variable in the template, for example{{变量名称}}.

Q2: If I enabled WebP image format conversion in the content settings, but the existing images on the website have not been converted to WebP, what should I do?

A2:Enable WebP conversion, this setting only takes effect for new images uploaded afterwards.For images in non-WebP format that already exist on your website, you can batch process them by using the 'Batch regenerate thumbnails' or similar 'WebP conversion tool' feature provided by the AnQiCMS backend (if the system provides it).This feature is usually located in the content settings area, and when clicked, the system will convert all images according to the newly set WebP format and thumbnail size, thereby optimizing the images on the entire site.

Q3: What will the user see when visiting a website that has been set to 'closed'? What impact does it have on SEO?

A3:After you set the website status to 'closed', users will not be able to see the normal content when they visit the website, but instead, they will see the information you set in the 'closed notice' in the background.For example, you can prompt "The website is under maintenance, please visit later".From an SEO perspective, short-term site closures (such as a few hours to a day) usually have little impact, but if a site is closed for a long time, search engines may consider it to be unavailable, thereby affecting crawling and ranking.It is recommended to indicate temporary unavailability to search engines by using HTTP status codes (such as 503 Service Unavailable) during the closure period, and submit a Sitemap after re-opening to accelerate the re-crawling of search engines.

Related articles

What are the core function modules provided by the AnQiCMS backend?

As an experienced website operator, I have a deep understanding and practical experience of the powerful functions of AnQiCMS.This is an enterprise-level content management system developed based on the Go language, which provides a comprehensive solution for small and medium-sized enterprises, self-media operators, and multi-site management users with its efficient, customizable, and scalable features.It not only simplifies the content management process, but also helps the website stand out in the highly competitive digital environment through a series of refined functions.The core functional module of AnQiCMS backend, aiming to cover all aspects of website operation, from content creation to publishing

2025-11-06

How to solve the error 'Port is already in use' when deploying AnQiCMS?

As an experienced CMS website operation personnel, I know that technical details often determine whether the operation is smooth or not.Among them, 'Port occupied' is a common initial problem when deploying applications like AnQiCMS that run based on a specific port.But please be assured, this is not a difficult problem to solve. Just understand its principles and follow the steps, and you can easily resolve it.### Understanding Port Occupation Error If the system prompts the error message "Port is already in use" when you try to start the AnQiCMS service

2025-11-06

How to test and run AnQiCMS program under Windows environment?

As an experienced CMS website operator, I am well aware of the importance of efficiently testing and running CMS programs in a local environment, especially on Windows systems, for content creation and optimization processes.AnQiCMS is a system developed based on the Go language, with its lightweight and efficient characteristics, the deployment and testing in the Windows environment are also relatively convenient.Below, I will explain in detail how to test and run the AnQiCMS program in the Windows environment

2025-11-06

How to install and manage multiple AnQiCMS sites on the same server?

AnQiCMS is an efficient and flexible content management system, its multi-site management function is designed to meet the needs of small and medium-sized enterprises, self-media operators, and users with multiple brands or content branches.As an experienced website operations manager, I am well aware of the importance of efficiently managing multiple sites on the same server, which not only saves server resources but also simplifies daily maintenance work.Below, I will elaborate on how to install and manage multiple AnQiCMS sites on the same server.

2025-11-06

How to manage and publish articles, products, and other document content in AnQiCMS?

As a senior CMS website operation personnel, I know that content is the lifeline of the website.AnQiCMS is a content management system designed specifically for small and medium-sized enterprises, self-media, and multi-site managers, with its core advantages lying in providing efficient, flexible, and comprehensive content creation, publishing, and optimization tools.By fine-tuning content management, we can not only attract new users, but also maintain existing user groups by continuously providing high-quality information.I will elaborate on how to effectively manage and publish various types of document content in AnQiCMS, such as articles and product information

2025-11-06

How to optimize content organization in AnQiCMS's document classification and tag function?

As an experienced CMS website operation personnel of AnQi, I know the core status of content organization in website operation.A website with a clear structure and easy retrieval not only improves user experience, but is also the foundation for search engine optimization.AnQiCMS (AnQiCMS) provides an efficient and flexible solution for content organization through its powerful document classification and tagging features.### How to optimize content organization in AnQiCMS: The strategic application of categorization and tagging Effective content organization in a content management system is crucial for improving website usability and search engine visibility

2025-11-06

How to customize content model fields in AnQiCMS to meet business needs?

As an experienced security CMS website operation person, I know that flexible content management is crucial for dealing with changing business needs in a timely manner.AnQiCMS is an efficient and customizable Go language content management system, one of its core advantages is that it provides the ability to customize the content model with high flexibility.This not only allows us to accurately construct the content structure, but also serves as a foundation to support various personalized content display and business logic.

2025-11-06

How to create and edit a single page in AnQiCMS's page management feature?

As a website content expert who deeply understands the operation of AnQiCMS, I know the importance of high-quality, well-organized page content for attracting and retaining users.In Anqi CMS, the single-page management feature provides a powerful and intuitive platform for creating and maintaining static content that is independent of the regular articles or product streams, such as "About Us", "Contact Information", "Service Introduction", and so on.These pages often carry the core information of the website, which is an important window for users to understand the company and trust the brand.

2025-11-06