Managing Blog Posts

Blog posts are a separate content type from articles, designed for news, updates, tutorials, and more casual content. 

Blog vs. Articles

FeatureArticlesBlog Posts
PurposeEvergreen, long-form contentTimely updates, news, tutorials
URL structure/articles/{slug}/blog/{slug}
Listing pageCategory-basedChronological feed
RSS feedNoYes (auto-generated)
API publishingYesYes

Creating a Blog Post

  1. Navigate to Blog → Add New
  2. Enter the post title
  3. Write your content
  4. Optionally assign tags
  5. Upload a featured image
  6. Configure SEO meta fields
  7. 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