Powerful PHP Backend System, Supports PbootCMS and WordPress Themes
ADMEI CMS is a powerful PHP backend system that supports uploading and using PbootCMS and WordPress frontend themes.
ADMEI CMS supports frontend themes from two major CMS platforms, upload and use:
The most popular CMS globally, thousands of free themes
Open source CMS from China, simple and efficient
Standard WordPress theme structure:
my-theme/
├── style.css # Theme Info (Required)├── index.php # Theme Template (Required)├── functions.php # Theme Functions├── header.php # Page Header├── footer.php # Page Footer├── screenshot.png # Theme Screenshot└── assets/ # Static Assets
/*
Theme Name: My WordPress Theme
Theme URI: https://example.com
Author: Your Name
Description: This is a WordPress themeVersion: 1.0.0
License: GNU General Public License v2 or later
*/
Standard PbootCMS theme structure:
my-theme/
├── css/ # CSS Files├── js/ # JavaScript Files├── images/ # Image Files├── index.html # Home Template├── list.html # List Page Template├── about.html # About Page└── contact.html # Contact Page
{$pboot:companyname} # Company Name{$pboot:companyphone} # Company Phone{pboot:nav} # Navigation Menu{pboot:list} # List Content{pboot:slide} # Slides
| Endpoint | Description | Method |
|---|---|---|
/api.php?mod=articles | Get Articles List | GET |
/api.php?mod=products | Get Products List | GET |
/api.php?mod=slides | Get Slides | GET |
/api.php?mod=company | Get Company Info | GET |
/api.php?mod=settings | Get Settings | GET |