Posts & Pages
Posts
Posts are your blog articles. They appear in your blog feed, can be assigned to categories, and are attributed to authors.
Creating a Post
- Go to Your Project → Website → Posts
- Click New Post
- Enter a title — a URL slug is generated automatically
- Write your content in the editor
- Assign a category and author (optional)
- Click Save to keep it as a draft, or Publish to make it live
Post States
| State | Visibility |
|---|---|
| Draft | Only visible in the dashboard |
| Published | Live on your site |
You can unpublish a post at any time to return it to draft state.
Post Metadata
Each post tracks:
- Title and URL slug
- Author
- Category
- Created and updated timestamps
- Read count and estimated read time
- Featured post flag
Featured Posts
Mark a post as Featured to highlight it on your blog's homepage. Featured posts typically appear in a prominent position depending on your template.
Pages
Pages are standalone content outside the blog feed — use them for About, Contact, FAQ, or any other static content.
Creating a Page
- Go to Your Project → Website → Pages
- Click New Page
- Enter a title and write your content
- Publish when ready
Pages work the same as posts (draft/published states, full editor) but are not part of the blog feed and don't have categories or authors.
Categories
Organize your posts by topic using categories.
- Go to Your Project → Website → Categories
- Click Add Category
- Enter a name
Posts can be assigned to a category during editing. Categories appear in your blog's navigation depending on the template.
URL Structure
Posts follow the URL pattern:
yourdomain.com/{category}/{post-slug}
Pages are available at:
yourdomain.com/{page-slug}