Managing blog posts requires the content admin or super admin platform role.
Prerequisites
- Platform administrator access to the console
- Content admin or super admin role
Post fields
Post statuses
Viewing posts
Navigate to Blog in the platform sidebar. The page shows a searchable list of all posts with their title, category, status, and publication date. Use the status tabs — All, Draft, Published, Archived — to filter the list. The search bar filters by title, category, and tags.Creating a post
1
Open the editor
Click New Post to open the post editor.
2
Fill in post details
Enter a title, category, tags, cover image URL, and excerpt. The slug is generated automatically from the title — edit it manually if you need a different URL.
3
Write the content
Write the post body in the Markdown content editor.
4
Save or publish
Click Save Draft to save without publishing, or Publish to publish immediately. Draft posts can be published later from the post list or detail page.
Editing a post
Click any post in the list to open its detail page. Update the title, slug, category, tags, cover image, excerpt, or content, then click Save Changes.Publishing and archiving
From the post list or detail page:- Publish — makes a draft post live on the public blog. The post’s
published_attimestamp is set automatically. - Archive — removes a published post from the public blog. The post remains in the CMS and can be published again later.
Deleting a post
Click the delete icon next to any post in the list, or use the Delete button on the detail page. A confirmation prompt appears before the post is permanently removed.Managing posts via the API
All blog API endpoints require platform admin authentication.List posts
Each post in the response includes:
Create a post
status to "draft" to save without publishing, or "published" to publish immediately.
Get a post
Update a post
Publish a post
Archive a post
Delete a post
Categories
Posts are organized into five categories. Readers can filter by category on the public blog.SEO and structured data
Published posts automatically include:- Open Graph and Twitter Card tags for rich social media previews
- JSON-LD structured data (
Articleschema) for search engine rich snippets - Canonical URLs to prevent duplicate indexing
Related
Newsletter campaigns
Send email broadcasts to your subscriber list.
Platform staff
Manage administrator roles and permissions.

