How to manage and display single-page content on the website, such as 'About Us'?

Calendar 👁️ 73

Manage and display single-page content in Anqi CMS: from creation to optimization

Most websites cannot do without static pages such as "About Us", "Contact Information", and "Privacy Policy".These pages may have fixed content, but they are important windows for users to understand the website and build trust, and they are also key factors for search engines to evaluate the professionalism of the website.AnQi CMS fully understands the importance of these pages and provides a set of intuitive and powerful tools for you to easily manage and beautifully display these single-page content.

Easily create and manage your single page

It is very direct to create and manage single pages in AnQi CMS.You just need to log in to the backend, navigate to the "Page Resources" on the left menu, and then select "Page Management."}This will clearly list all the single page content created on your website.

If you want to create a new page, just click the 'Add Single Page' button. In the form that appears, you can configure the key information for the page:

  • Page NameThis is the title that you will display to users on the front end.
  • Single page contentThis is the core of the page, Anqicms is built-in with a rich-featured editor that allows you to easily format text, insert images, create tables, and more like using Word.Even better, it also supports Markdown formatting, and if you are accustomed to this concise writing style, the system will automatically render it into beautiful HTML content.
  • Custom URL: The system will intelligently generate a search engine-friendly pinyin URL alias based on the page name you enter for your website SEO.Of course, you can also manually adjust according to your actual needs, but please ensure its uniqueness throughout the site to avoid link conflicts.
  • SEO title, keywords, single page summaryThese fields are specifically designed for search engine optimization. Spending some time carefully filling them in can effectively improve the visibility and ranking of your single-page search results.
  • Display orderIf you have multiple single pages that need to be displayed in a specific list (such as footer navigation), you can control their arrangement by adjusting the display order numbers, with smaller numbers appearing earlier.
  • Visual elements: If your page needs some visual highlights, such as displaying a full-width image at the top, you can upload a "Banner image"; or set a "thumbnail" for display in lists or sharing.

Flexible and diverse single-page content display

Anqi CMS provides high flexibility in displaying single pages.

By default, Anqi CMS will look for the current theme directory under.page/detail.htmlA template to display all the content of a single page. This unified template helps maintain the overall design style and consistency of the website.

However, if you want to design a completely unique layout and style for a specific single-page (such as “About Us” or “Contact Us”), AanQi CMS fully supports it. You just need to create a template file named with the single-page ID or a custom name under the current theme directory, such aspage/about_us.html. Then, while editing the 'About Us' single page in the background, find the 'Single Page Template' field and enterabout_us.html. So when the page is accessed, it will prioritize loading and using your customized exclusive template instead of the default one.page/detail.html.

In the template file, calling the content of a single page is also simple and intuitive. You can use{% pageDetail %}tags to obtain the details of a single page. For example:

  • To display the page title, you can use{% pageDetail with name="Title" %}.
  • To display the main content of the page, you can use{% pageDetail with name="Content" %}{{pageContent|safe}}. Please note that if the page content contains HTML code, it must be added.|safeFilter to ensure that HTML code is correctly parsed and displayed by the browser, rather than being escaped as plain text.
  • Other like page linksLink, Large imageLogo、ThumbnailThumb, Group imageImagesFields can also be easily called in a similar manner.

In addition, there may be times when you need to list all or part of the links to single pages in the footer, sidebar, or other public areas of a website (such as "Privacy Policy", "Terms of Service"). At this point,{% pageList pages %}Tags are particularly useful. By using a simpleforloop, you can iterate over all single pages, easily generate and display these navigation links, allowing users to quickly access important information.

Further enhance the user experience and SEO of a single page

AnQi CMS not only makes the management of single-page simple, but also provides many practical functions for optimizing user experience and search engine performance:

  • Static rules: With your custom URL, you can set up static rules under "Function Management" for single-page

Related articles

How to display custom model field information in the document list?

In Anqi CMS, the flexibility of the content model is one of its outstanding advantages.Many times, we not only need to display rich content on the document detail page, but also hope to see key custom information at a glance on the document list page, such as product models, article authors, property prices, vehicle mileage, and so on.This information is often an important basis for users to quickly screen and understand the content.This article will detail how to cleverly display these custom model field information in the document list of Anqi CMS.

2025-11-08

How to filter and display content under specific models or categories on the document list page?

When managing website content, we often need to display specific types or themes of content on different list pages, such as article lists, product showcase pages, or detailed summaries of custom models.This not only concerns whether users can find the information they need efficiently, but also directly affects the overall layout and user experience of the website.Anqi CMS with its flexible content model and efficient system architecture provides us with powerful tools to accurately filter and personalize content display.### The Core of Content Organization: Models and Classification In AnQi CMS

2025-11-08

How to customize the website navigation menu to display multi-level content links?

During the process of building and operating a website, the navigation menu plays a crucial role.It is not only a guide for users to explore the content of the website, but also the key for search engines to understand the structure of the website.AnQiCMS (AnQiCMS) fully understands this point, therefore it provides a flexible and powerful navigation menu customization feature, allowing us to easily implement the display of multi-level content links, thereby optimizing user experience and enhancing the overall efficiency of the website.Next, we will together learn how to customize and manage the website navigation menu in Anqi CMS, and make it able to flexibly display multi-level content links.##

2025-11-08

How to set independent TDK (title, description, keywords) for the homepage of a website to optimize search results display?

How to make your website stand out among a vast amount of information and gain more exposure in website operation?In this case, Search Engine Optimization (SEO) plays a vital role, and the title (Title), description (Description), and keywords (Keywords), which we commonly refer to as TDK, are the cornerstone of SEO strategy.For users of AnQiCMS, setting up independent homepage TDK is not only simple and efficient, but also a key step in optimizing website search performance.Why is the TDK setting on the homepage crucial

2025-11-08

How to classify and manage uploaded image resources, and optimize the front-end display?

In the process of using AnQiCMS to manage website content, the management and optimization of image resources is an essential element for improving website user experience and SEO performance.A well-organized image library not only makes daily operations more efficient, but also ensures that website content is presented in **status across different devices and network environments. ### Picture Resource Classification Management: Say goodbye to chaos and have everything in order AnQi CMS provides us with an intuitive picture resource management interface, making a large number of pictures no longer a problem of piles.To start organizing, we just need to go to the back end

2025-11-08

How to integrate Markdown editor into a website and correctly display mathematical formulas and flowcharts?

In today's increasingly rich digital content, websites are no longer just a pile of text and images.For users who need to display technical documents, academic papers, data analysis reports, and even complex business processes, how to efficiently and beautifully present mathematical formulas and flowcharts has become a key factor in enhancing the professionalism and user experience of the content.AnQi CMS is well-versed in this, providing powerful Markdown editor integration capabilities, with simple frontend configuration, allowing your website to easily support the display of these advanced content.

2025-11-08

How to precisely control which document IDs, titles, and links are displayed on the article detail page?

In website operation, the article detail page is the core touch point for users to obtain information, and its way of information presentation directly affects user experience and the transmission of content value.AnQiCMS as a flexible content management system provides powerful and fine-grained control capabilities, allowing you to accurately display the required document ID, title, link, and other information on the article detail page. To precisely control the content of the article detail page, we mainly rely on the template tag system of AnQiCMS.The core lies in the `archiveDetail` tag

2025-11-08

How to truncate overly long content on the article detail page and add an ellipsis?

In website operation, we often encounter such situations: an article is rich in content, but when it is displayed on the list page, the recommendation area, or some abstract module on the article detail page, we only want to display a part of the content and end it with an ellipsis to maintain the neatness of the page and the fluency of reading.If the entire content is displayed directly, the page will appear lengthy, affecting user experience.Luckyly, AnQiCMS provides us with a very flexible and powerful template mechanism, allowing us to easily truncate long content and elegantly add ellipses to enhance the overall page effect

2025-11-08