Pages Management
The Pages Management module allows administrators to create, update, delete, and organize static or dynamic content pages for the application. This is useful for building standalone pages like About Us, Contact, FAQ, legal documents, or any custom informational content.
Accessing Pages
-
List all pages: Navigate to
Sidebar → Pages → All Pages
-
Create a new page: Navigate to
Sidebar → Pages → New Page
All Pages View
The All Pages view provides a centralized interface to manage your site pages. From here, you can:
- Search Pages: Quickly locate a page using keywords in the title or slug.
- Edit Pages: Modify page content, SEO metadata, or status.
- Delete Pages: Remove pages you no longer need.
- Export Pages: Download a copy of your pages for backup or migration purposes.
- Bulk Actions: Perform bulk deletion or updates to selected pages.
Creating or Editing a Page
When creating or editing a page, the form is divided into 3 main sections:
1. Content Section
- Title: The page’s headline. Displayed in the browser title and top of the page.
- Slug: The URL-friendly identifier (e.g.,
about-us
, resulting inyourdomain.com/about-us
). - Content: Rich-text editor (WYSIWYG) to add and style the main body of the page using the integrated TinyMCE editor.
2. SEO Section
- Meta Description: Short description for search engines, used in the
<meta name="description">
tag. - Meta Keywords: Comma-separated list of keywords relevant to the page content.
3. Status Section
- Status: Set the page status to
Published
orDraft
. - Published At: Define the date/time when the page becomes visible (useful for scheduling future releases).
- Page Author: Assign a user/admin as the page author for traceability and ownership.
Tips
- Pages are rendered with full access to your site’s styling and components.
- Use SEO fields to improve discoverability on search engines.
- Schedule publication ahead using the “Published At” field.