Managing Articles

Articles are the primary content type in SiteX CMS - ideal for long-form guides, reviews, and informational pages. 

Creating an Article

  1. Navigate to Articles → Add New in the admin panel
  2. Enter the article title - the URL slug is generated automatically
  3. Write your content using the built-in editor
  4. Select a category from the dropdown
  5. Upload a featured image (recommended: 1200×630px)
  6. Set meta title and meta description for SEO
  7. Choose status: draft, published, or scheduled
  8. Click Save

Article Fields

FieldRequiredDescription
TitleYesArticle headline (max 255 chars)
SlugAutoURL-friendly version of title
ContentYesFull article body (HTML supported)
CategoryYesPrimary category assignment
Featured ImageNoPrimary image for the article
Meta TitleNoCustom SEO title (falls back to title)
Meta DescriptionNoCustom SEO description (max 160 chars)
AuthorAutoAssigned to current user
StatusYesdraft / published / scheduled

Bulk Actions

From the article list, select multiple articles and use bulk actions to:

  • Publish or unpublish multiple articles
  • Move articles to a different category
  • Delete articles (moves to trash first)

Publishing via API

Articles can also be created via the API, making it possible for AI agents to publish content automatically. See the API documentation for the POST /api/publish-content endpoint.