Auto CMS is an efficient content management system that provides flexible and powerful content management tools for website operators.The display order of single pages (such as "About UsUnderstanding how to adjust the display order of these single pages on the AnQiCMS backend is a key step in optimizing website structure and user flow.

AnQiCMS provides an intuitive backend setting that allows you to easily control the display priority of a single page in the list.This feature is achieved through the "Display Order" field, its core principle is that the smaller the number, the earlier the page is displayed in the list.

Detailed steps to adjust the display order of a single page

To adjust the display order of a single page in AnQiCMS, you need to log in to the back-end management interface first.

In the left navigation menu of the background management interface, find and click the "Page Resources" module.This module is specifically used to manage the static page content and media resources of the website.After entering “Page Resources”, you will see a sub-menu named “Page Management”. Click on it to enter the management list of single pages.

In the "Page Management" list, all single pages created on your website will be displayed.Here, you can browse, edit, or delete these pages.To modify the display order of a single page, you need to find the page, click the corresponding "Edit" button (usually located in the operation column), and enter the editing details page of the single page.

In the single-page edit detail page, you will see a series of configurable fields.Please scroll down the page to find a field labeled "Display Order.This field allows you to enter an integer value to set the priority of this page.AnQiCMS system defaults to a new single page created, the value of the "display order" field is 99.

Remember the rule that 'the smaller the number, the earlier it is displayed' when adjusting the display order.For example, if you want the "About UsBy reasonably allocating these numbers, you can precisely control the relative position of the page in the list.

After modifying the "Display OrderIn some cases, to ensure the front-end website reflects these changes immediately, you may also need to clear the system cache.In AnQiCMS backend, you can usually find the 'Update Cache' feature in the 'Backend Home' or 'Settings' module.Click to execute, the display order of the front page should be synchronized updated.

After completing the above steps, it is recommended that you visit the website's front page to check if the single-page list has been displayed in the new order you set.It should be noted that the final display effect of the website's front end also depends on how the website template calls and renders the single-page list.pageList)The page data will be returned in the order configured on the back-end, but if there is custom JavaScript sorting logic or other layout processing in the template, it may affect the final presentation.The template does not require additional custom sorting, so the "display order" setting on the back end will take effect directly.

By following these steps, you can flexibly and efficiently manage the display order of single pages in AnQiCMS, thereby better meeting the operational needs and user experience optimization of the website.

Common Questions and Answers (FAQ)

I adjusted the "display order" value of a single page, but the front-end page did not change immediately. Why is that?

If this situation occurs, you can first try to clear the AnQiCMS system cache to ensure that the latest configuration in the background has been synchronized to the front-end.In addition, please check how your website template calls and displays the single-page list.pageListTags, usually sorted automatically according to the "display order" set by the backend. But if there is custom sorting logic in the template (such as reordering through JavaScript), orpageListThe label may be overridden by other higher-priority filtering or sorting rules, which could lead to display order not meeting expectations.

What is the default value of the 'Display Order' field?

By default, when you create a single page in the AnQiCMS backend, the default value of the "display order" field is 99.You can adjust the page priority by modifying it to a smaller or larger number as needed.

Can multiple page display orders be modified in batches?

According to the current feature design of AnQiCMS backend “Page Management”, adjusting the display order is usually performed for individual pages, and you need to edit each page one by one to modify its display order.Currently, it does not support batch modifying the display order of multiple single pages.If such a need exists, it is recommended to submit suggestions on the AnQiCMS official community or GitHub project page, so that the batch operation feature may be considered for future versions.