Managing Blog Posts
Blog posts are a separate content type from articles, designed for news, updates, tutorials, and more casual content.
Blog vs. Articles
| Feature | Articles | Blog Posts |
|---|---|---|
| Purpose | Evergreen, long-form content | Timely updates, news, tutorials |
| URL structure | /articles/{slug} | /blog/{slug} |
| Listing page | Category-based | Chronological feed |
| RSS feed | No | Yes (auto-generated) |
| API publishing | Yes | Yes |
Creating a Blog Post
- Navigate to Blog → Add New
- Enter the post title
- Write your content
- Optionally assign tags
- Upload a featured image
- Configure SEO meta fields
- Set status and publish
Blog Settings
Configure blog-specific settings in Settings → Blog:
- Posts per page - Number of posts shown on the blog listing (default: 10)
- Show excerpts - Show full content or excerpts in the listing
- Excerpt length - Number of characters for automatic excerpts
- RSS feed - Enable/disable the RSS feed at
/blog/feed - Comments - Enable/disable comments on blog posts