Managing Categories

Categories help you organize articles into logical groups, making it easier for visitors to find related content. 

Creating a Category

  1. Go to Categories → Add New
  2. Enter the category name
  3. Optionally set a parent category to create a hierarchy
  4. Add a description (shown on category archive pages)
  5. Upload a category image
  6. Configure SEO meta title and description
  7. Click Save

Category Fields

FieldRequiredDescription
NameYesCategory display name
SlugAutoURL-friendly identifier
ParentNoParent category for nesting
DescriptionNoCategory description for archive pages
ImageNoCategory thumbnail or banner
Meta TitleNoCustom SEO title
Meta DescriptionNoCustom meta description
OrderNoSort position (lower = first)

Category Hierarchy

SiteX supports two levels of category nesting. For example:

Technology
├── Smartphones
├── Laptops
└── Software

Lifestyle
├── Travel
└── Food

API Integration

Categories can be created and managed via the API. Use POST /api/publish-content with "type": "category". See API Endpoints for details.