Security BLOG

AnQiCMS Help Document and User Guide

How to customize the URL structure of the article detail page in AnQiCMS for optimized display?

In website operation, a clear and meaningful URL structure not only helps search engines better understand and capture your content, but also significantly improves the browsing experience of users.AnQiCMS knows this and therefore provides flexible and powerful features that allow you to easily customize the URL structure of the article detail page. Let's take a deeper look at how AnQiCMS can help you achieve this goal, creating a more advantageous URL for your website.Why is it important to customize URL structure?Before delving into the features of AnQiCMS

📅 November 8, 2025 👁️ 55

How to display article title and content in AnQiCMS template?

In Anqi CMS, whether it is to display the detailed content of a single article or present the article title and summary on the list page, it is all due to its flexible and easy-to-understand template tag system.AnQiCMS uses a syntax similar to the Django template engine, making content calls intuitive and efficient.

📅 November 8, 2025 👁️ 69

The `render` filter of AnQi CMS can render which specific string formats into HTML output besides Markdown?

In the daily use of the content management system, we often need to display the stored plain text content in rich HTML form to users.AnQiCMS (AnQiCMS) provides powerful template rendering capabilities, where the `render` filter is one of the key tools for handling such requirements.Many users may already know that it can convert Markdown-formatted text to HTML, so what specific formats can this `render` filter handle besides Markdown?

📅 November 8, 2025 👁️ 72

How to flexibly remove spaces or specified characters from the beginning or end of a string in AnQi CMS using `trim`, `trimLeft`, and `trimRight` filters?

During website content operation, we often encounter the need to process strings, such as cleaning user input, unifying display formats, or optimizing search engine inclusion (SEO), etc.AnQiCMS (AnQiCMS) powerful template engine provides a variety of practical filters, among which `trim`, `trimLeft`, and `trimRight` are powerful assistants for us to flexibly delete extra spaces or specified characters from the beginning or end of strings or in specific directions.### `trim` filter: bidirectional trimming

📅 November 8, 2025 👁️ 71

How to implement batch string replacement with the `replace` filter in AnQi CMS, especially when performing SEO keyword optimization?

AnQiCMS, with its flexible and efficient features, has become a powerful assistant for many content operators to improve their website performance.In website operation, especially when performing SEO keyword optimization, the accuracy and timeliness of content are crucial.Today, let's delve deeply into a seemingly simple yet powerful tool in Anqi CMS—the `replace` filter, and how to巧妙运用it巧妙运用it effectively to achieve batch replacement of strings, thereby making your SEO keyword optimization work twice as effective.### One

📅 November 8, 2025 78

How to use the `repeat` filter in Anqi CMS template to quickly generate repeated placeholders or decorative strings?

In AnQi CMS template design, flexibly using various filters (Filter) is the key to improving template performance and development efficiency.Among them, the `repeat` filter provides a very convenient solution for quickly generating repetitive placeholders or decorative strings with its concise characteristics.`repeat` filter, as the name implies, is mainly used to repeat a specified string or variable content according to the number of times set.

📅 November 8, 2025 👁️ 60

How to use the `stringformat` filter in Anqi CMS templates combined with `if` tags to output different string descriptions based on the value size?

In website operation, we often encounter the need to dynamically adjust the display content of the page based on data.For example, a product page may display "Sufficient stock", "Tight stock" or "Temporarily out of stock" based on the inventory quantity; a user points page may display "Regular member", "Senior member" or "VIP member" based on the points level.

📅 November 8, 2025 👁️ 65

Does the `thumb` filter in AnQi CMS support specifying the width and height of the thumbnail, or only fetching the cropped URL?

When using Anqi CMS for website content management, we often need to handle images, especially thumbnails for articles or products.This is when the `thumb` filter comes into play.It can help us easily generate and obtain the thumbnail address from a complete image address.However, many friends may be curious, does this `thumb` filter support specifying the width and height of thumbnails directly when used?Or is it just returning a cropped image URL?

📅 November 8, 2025 👁️ 71

In AnQi CMS template, how to automatically get the thumbnail version of a dynamically generated image URL (such as `{{item.Logo}}`) through the `thumb` filter?

In website content operation, images are an indispensable element to enhance user experience and convey information.However, how to ensure the quality of images while also considering the loading speed and layout beauty of the website, especially in the case of a large number of images with dynamic sources, has become a challenge for many operators.AnQiCMS as an efficient and flexible content management system provides us with an elegant solution, including the `thumb` filter for handling dynamic image URLs and automatically retrieving thumbnails.Why do we need thumbnails? We all know

📅 November 8, 2025 👁️ 80

How to use the `stringformat` filter to generate a numeric string with leading zeros or a specific width in AnQi CMS (such as order numbers)?

In website operation, we often need to handle various number strings with specific formats, such as order numbers, product codes, or member IDs.These numbers usually need to maintain a certain length, and leading zeros are used to fill in when the numbers are insufficient to ensure uniformity and aesthetics.AnQiCMS (AnQiCMS) provides a very practical template filter——`stringformat`, which can help us easily meet these needs.

📅 November 8, 2025 👁️ 64