current location:Home > Technical Articles > CMS Tutorial

  • How to do search module diagram in Empire CMS
    How to do search module diagram in Empire CMS
    Empire CMS search module production steps: 1. Create a search field; 2. Configure the search module; 3. Customize the search form; 4. Generate code; 5. Embed into the page; 6. Preview the effect.
    Empire CMS 364 2024-04-17 00:33:15
  • How to set up the automatic publishing interface of Empire CMS
    How to set up the automatic publishing interface of Empire CMS
    Imperial CMS’ automated publishing interface allows external systems to publish content. The setup steps include: 1. Enable the interface; 2. Obtain the interface key; 3. Set the interface address; 4. Specify allowed IP addresses; 5. Save changes. When using an interface, publish content by sending a POST request to the interface address, including the API key and JSON-encoded data.
    Empire CMS 1008 2024-04-17 00:30:24
  • The empire cms editor automatically generates p tags. How to remove them?
    The empire cms editor automatically generates p tags. How to remove them?
    The Imperial CMS editor can remove the automatically generated p tag by following the following steps: 1. Disable the AutoP function; 2. Modify the template and replace the <p> tag with $content; 3. Clear the cache.
    Empire CMS 669 2024-04-17 00:24:13
  • Why can't I set up the Imperial CMS homepage to call data from other websites?
    Why can't I set up the Imperial CMS homepage to call data from other websites?
    Calling other website data on the Imperial CMS homepage requires four steps: Determine the data source (website URL) Create an external data source (data source name, address, encoding, cache time) Create a data model (model fields, calling address, calling method) Call data (use [getfield] tag, specify field ID, model name, data ID, ispage)
    Empire CMS 1117 2024-04-17 00:22:01
  • How to use the empire cms map plug-in
    How to use the empire cms map plug-in
    The Empire CMS map plug-in is an extension that automatically generates website maps to facilitate search engine inclusion and user browsing. After installation, you can configure the generation frequency and file location through the background, and generate the sitemap.xml file with one click. After submitting the map to Webmaster Tools, search engines will regularly crawl and update map data to improve website inclusion.
    Empire CMS 653 2024-04-17 00:18:13
  • What does the imperial cms security setting mean? How to turn it off?
    What does the imperial cms security setting mean? How to turn it off?
    Imperial CMS security settings are a feature that protects websites from malicious attacks. They can be turned off by following these steps: 1. Log in to the backend; 2. Navigate to system settings; 3. Find the security settings option; 4. Uncheck "Enable security settings" checkbox; 5. Save changes.
    Empire CMS 948 2024-04-17 00:15:24
  • Can I access the front desk only after logging into Imperial CMS? Why?
    Can I access the front desk only after logging into Imperial CMS? Why?
    Yes, Imperial CMS requires logging in to access the front desk by default. The reasons are: security considerations: protecting sensitive data in the background. User management: The website administrator manages front-end users. Content Control: Only logged in users can post and edit content. Exceptions: Guest Mode: Certain themes allow non-logged-in users to view some content. Public pages: Administrators can create pages that can be accessed without logging in. Plug-in: Login requirement can be disabled, but security will be reduced.
    Empire CMS 552 2024-04-17 00:12:50
  • What is the development method of Empire CMS template?
    What is the development method of Empire CMS template?
    Empire cms template development methods include: 1. Understand the template structure; 2. Modify the template code; 3. Use tags and variables; 4. Create custom functions; 5. Use CSS and JS; 6. Use template modules; 7. Debugging and test.
    Empire CMS 978 2024-04-17 00:09:15
  • What is the automatic association plug-in of Empire CMS topic?
    What is the automatic association plug-in of Empire CMS topic?
    The Imperial CMS topic automatic association plug-in is a tool that can automatically add articles to related topics. Here's how it works: Monitor newly added articles. Match articles based on predefined rules. If the article complies with the rules, it will be automatically added to the corresponding topic.
    Empire CMS 652 2024-04-17 00:07:35
  • What is the thematic thumbnail of Empire CMS?
    What is the thematic thumbnail of Empire CMS?
    Empire CMS topic thumbnails attract attention by displaying the topic cover and visually convey the topic theme. Configuration methods include: uploading images, setting dimensions, automatically generating or manually specifying. The optimization principles are: high-quality pictures, highlighting key points, keeping it simple, and adhering to aesthetics.
    Empire CMS 865 2024-04-17 00:03:16
  • What does the empire cms label template look like?
    What does the empire cms label template look like?
    The Empire CMS tag template is a template file that controls the output of website content. It queries data from the database based on tag syntax and formats it into HTML code. A label template consists of label blocks, attributes and output content. It is used in Imperial CMS to query data from databases, control content output, and create dynamic web pages. Label templates offer flexibility, ease of use, and efficiency.
    Empire CMS 456 2024-04-17 00:00:21
  • What does the empire cms label template mean?
    What does the empire cms label template mean?
    Imperial CMS tag template is the template mechanism in Imperial CMS, which is used to dynamically output content. It fetches data from the database through tag directives and uses templates to control the output format. Label templates offer the benefits of dynamic content, code simplification, reusability, and flexible control. To use a label template, you need to create a label template and use <Empire Label> in the page template to call the template. For example, <Empire Tag>List Category ({cid},order by id desc,limit 5)</Empire Tag> will output 5 subcategories under the specified category, sorted in descending order by ID.
    Empire CMS 1128 2024-04-16 23:54:15
  • What is the Empire CMS thematic enhancement plug-in?
    What is the Empire CMS thematic enhancement plug-in?
    The Imperial CMS topic enhancement plug-in significantly enhances topic management functions and provides automatic generation of topic pages, drag-and-drop layout, multi-level classification, data statistical analysis, content recommendation, SEO optimization and various display effects. It is suitable for websites that create topic pages. Improve topic creation efficiency, aesthetics, management experience, SEO effect and content quality.
    Empire CMS 724 2024-04-16 23:52:48
  • What are the commonly used tags in Empire CMS?
    What are the commonly used tags in Empire CMS?
    Commonly used tags in Empire CMS: Basic tags: display field values, global variables and classified content lists. Process tags: remove HTML tags and intercept content. Pagination tags: Split content into multiple pages for display. List tag: Displays a specified number of article lists, article lists sorted by clicks, and product content lists. Form tag: obtain form values, generate form submission methods and input boxes, and drop-down selection boxes. Other tags: display Flash video, voting form, comment list and friendly link list.
    Empire CMS 438 2024-04-16 23:48:18
  • What is the automatic publishing interface of Empire CMS?
    What is the automatic publishing interface of Empire CMS?
    The Empire CMS automatic publishing interface automatically publishes external data to the Empire CMS website, simplifying the content publishing process and improving efficiency and accuracy: Working principle: Through the API endpoint, the external system sends data to Empire CMS, and EmpireCMS regularly obtains the data and publishes it to Specify the column. Usage scenarios: Import content from other websites or databases, obtain real-time data, and integrate third-party systems. Configuration method: Create API key, set API endpoint, specify columns, adjust publishing frequency and conditions. Advantages: efficient publishing, real-time content updates, reduced errors, and expanded content sources. Notes: Ensure the security and stability of API endpoints, monitor publishing tasks, and comply with external system API terms.
    Empire CMS 1095 2024-04-16 23:45:23

Tool Recommendations

jQuery enterprise message form contact code

jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code.
form button
2024-02-29

HTML5 MP3 music box playback effects

HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button.

HTML5 cool particle animation navigation menu special effects

HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse.
Menu navigation
2024-02-29

jQuery visual form drag and drop editing code

jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework.
form button
2024-02-29

Organic fruit and vegetable supplier web template Bootstrap5

An organic fruit and vegetable supplier web template-Bootstrap5
Bootstrap template
2023-02-03

Bootstrap3 multifunctional data information background management responsive web page template-Novus

Bootstrap3 multifunctional data information background management responsive web page template-Novus
backend template
2023-02-02

Real estate resource service platform web page template Bootstrap5

Real estate resource service platform web page template Bootstrap5
Bootstrap template
2023-02-02

Simple resume information web template Bootstrap4

Simple resume information web template Bootstrap4
Bootstrap template
2023-02-02

Cute summer elements vector material (EPS PNG)

This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
PNG material
2024-05-09

Four red 2023 graduation badges vector material (AI EPS PNG)

This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
PNG material
2024-02-29

Singing bird and cart filled with flowers design spring banner vector material (AI EPS)

This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
banner picture
2024-02-29

Golden graduation cap vector material (EPS PNG)

This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
PNG material
2024-02-27

Home Decor Cleaning and Repair Service Company Website Template

Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-05-09

Fresh color personal resume guide page template

Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-29

Designer Creative Job Resume Web Template

Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28

Modern engineering construction company website template

The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28