How to set the display priority or weight of the Banner in the Anqi CMS backend?

Calendar 👁️ 63

As an experienced operator of Anqi CMS, I am well aware of the key role that website banners play in attracting users' attention and conveying core information.The display order of the banner, which seems like a small detail, actually directly affects the effective reach and user experience of marketing content.In AnQi CMS, although there is no direct number input box labeled 'priority' or 'weight' to control the arrangement of banners, the system provides a set of intuitive and flexible management methods, allowing you to easily control the display order of banners.

Anqi CMS Banner feature overview

In Anqi CMS, the Banner feature mainly serves the visual presentation and content promotion of the website. It is usually applied to two main scenarios:

  1. Banner image for category pagesIn the 'Content Management' under 'Document Category', each category can be set with a set of Banner images as the visual header image or slideshow for that category.
  2. Banner image on a single pageIn the 'Page Resources' under 'Page Management', each independent single page (such as 'About Us', 'Contact Information') can also be configured with a set of Banner images to highlight the page theme or for local promotion.

Whether it is a category page or a single page, the system supports uploading multiple images as banners for carousel. This is the key to understanding the display order management mechanism.

Core Mechanism: Implementation of Banner Display Order

The AnQi CMS is designed to prefer visual and intuitive operations rather than complex numeric weight configurations. Therefore, the display priority or weight of the Banner is managed through the background image management interface.Drag and drop sortingFunctionalities are implemented implicitly.

When you add multiple Banner images for a category or a single page in the background, the system will display these uploaded images in a list.In this list, you can directly drag the pictures up and down with the mouse to adjust their order.Which image will you drag to the top of the list, it will be displayed first in the front-end carousel; the image ranked second will follow immediately after, and so on.This "see-and-edit" operation method greatly reduces the difficulty of management, allowing you to control the Banner's rotation order intuitively without memorizing or entering complex numerical weights.

From the perspective of the front-end template, Anqi CMS goes throughbannerListTag to call and cycle through these Banner images. For example, in your template code, you might see something similar{% bannerList banners %}and{% for item in banners %}structure. Here is thebannersThe order of the elements within the list is exactly the result of the manual drag-and-drop sorting in the background management interface.Therefore, the carousel order of the Banner on the front-end page is consistent with the visual sorting of the backend.

Moreover, Anqi CMS also provides a more detailed management dimension. For example, bybannerListlabel'stypeParameters such as{% bannerList banners with type="幻灯" %}),You can call different collections' Banners based on the preset group names.This means that you can prepare a set of independent banner image collections for different areas of the website or different marketing activities, and manage the display order within each separately, thus realizing a more refined content operation strategy.

Operation steps guide: Adjust Banner display order

Now, let's understand how to set the display order of the Banner in the Anqi CMS backend:

  1. Log in to the Anqi CMS backendFirst, log in to the AnQi CMS management interface using your administrator account.
  2. Navigate to the target management page:
    • If you want to adjustBanner on the category pagePlease click on the 'Content Management' in the left navigation bar, and then select 'Document Category'.
    • If you want to adjustBanner on a single pagePlease click on the left navigation bar's 'Page Resources', then select 'Page Management'.
  3. Select and edit specific categories or single pagesIn the category list or single-page list you enter, find the entry you need to modify the Banner, click the 'Edit' button on the right.
  4. Locate the Banner image settings areaEnter the editing interface, scroll down the page, and find the image upload and management area marked with 'Banner image' or similar.Here will display all the uploaded Banner images.
  5. Adjust the image display order:
    • In this area, you will see a list containing multiple image thumbnails
    • Use the mouseDragYou want to adjust the order of the images.Drag the image to the position where you want it to appear, for example, if you want a certain image to appear first in the carousel, drag it to the first position in the list.
    • If the version you are using does not support direct drag and drop sorting or is inconvenient, another effective method is to: first delete the image at the current position, and then upload the images in the new display order one by one.The system usually defaults to sorting in the order of upload.
  6. Save Changes: After completing the sorting of the Banner images, please make sure to click the 'Save' or 'Update' button at the bottom of the page to ensure that your settings take effect.

By following these steps, you have successfully adjusted the display order of the Banner on the Anqi CMS website.

Summary

The AnQi CMS provides a flexible and easy-to-use method for setting the display order of banners through its intuitive backend image management interface.Even though there is no explicit "priority" or "weight" field, you can effectively control the carousel order of the front-end Banner by dragging and dropping for sorting (or re-uploading as needed).

Related articles

The `bannerList` tag affects the page loading speed when fetching Banner data?

As an experienced website operations expert, I fully understand your concern about website loading speed.In today's internet environment where user experience is paramount, even milliseconds of delay can affect user retention and conversion.AnQiCMS (AnQiCMS) is a modern content management system developed based on the Go language, which has always put high performance and high concurrency as the core goal from the very beginning.Therefore, when you ask whether the "bannerList" tag affects the page loading speed when fetching Banner data?When this question is asked

2025-11-06

How to add a mouse hover effect to the homepage Banner?

As an experienced website operation expert, I fully understand your pursuit of website visual effects and user experience.The home page banner acts as the "face" of the website, and its design and interaction directly affect the first impression of visitors.Today, let's delve into how to add an attractive mouse hover effect to your homepage banner in AnQiCMS, making your website more vibrant.### Ingenious Use of CSS

2025-11-06

Does the `bannerList` tag support random display of an item from the Banner list?

In modern website operation, Banner (banner advertisement) serves as a visual focus, which is crucial for attracting users' attention and conveying core information.Flexibly manage and display Banner, especially when it is necessary to bring users a sense of novelty, random display has become a highly关注的 demand.

2025-11-06

How to integrate third-party ad code in the home page Banner?

As an experienced website operations expert, I know that how to efficiently use website space for monetization and promotion is a focus for many enterprises and content operators in an increasingly competitive online environment.AnQiCMS is an efficient and flexible content management system, its powerful customizability provides a solid foundation for us to achieve these operational goals.Today, let's delve into a common operation requirement: how to integrate third-party advertising code into the AnQiCMS homepage banner.

2025-11-06

Does the `bannerList` tag support displaying different Banners based on user permissions?

In website operation, how to provide customized content experience according to different user groups has always been the key to improving user stickiness and conversion rate.For Banner elements with strong visual impact and direct information delivery, the need for differentiated display is particularly common.As an experienced user and operations expert of AnQiCMS, I will discuss whether the `bannerList` tag supports displaying different Banners based on user permissions?This topic, combined with the functional features of AnQiCMS, is deeply analyzed for everyone.### One

2025-11-06

How to implement the Banner image carousel effect in Anqi CMS template?

As an experienced website operations expert, I am happy to provide you with a detailed explanation of how to implement the banner image carousel effect in AnQiCMS (AnQiCMS) templates.AnQi CMS, with its flexible template mechanism and powerful content management capabilities, provides an excellent foundation for us to implement such functions.--- ## In AnQiCMS Template, Implement the Banner Image Carousel Effect Guide In today's web design, the Banner image carousel (Carousel) is almost a standard feature for every corporate website, portal website

2025-11-06

How to enable or disable the image watermark function of the home page Banner?

As an experienced website operation expert, I am well aware of the importance of the homepage banner image in brand image and user experience.It is not only the 'front door' of the website, carrying the heavy responsibility of visual impact and information delivery, but also the copyright protection of its images should not be overlooked.Today, let's delve deeply into the enable and disable of the homepage Banner image watermark function in AnQiCMS (AnQiCMS), to help everyone better utilize this feature and protect their original content.--- ## Guard Your "Facade"

2025-11-06

Will the data of the `bannerList` tag be cached? How to clear the Banner cache?

As an experienced website operations expert, I am well aware of the importance of balancing the real-time nature and high performance of website content.In AnQiCMS (AnQiCMS) such an efficient content management system, we make full use of its powerful template functions and caching mechanism to optimize the website's access experience.Today, let's delve deeply into a common operational issue: whether the data of the `bannerList` tag will be cached?And when we need to update the Banner, how to effectively clear these caches.

2025-11-06