1. Home
  2. Docs
  3. WordPress General
  4. Posts Management
  5. Managing Categories

Managing Categories

Most of the websites contain posts, where they can update public with latest information or special instructions under some conditions. To better distinguish the types and display on the website, we can assign categories for posts, for example, we can create a parent category called “Company Events” and create sub categories called “Financial Reports” and “Employee Activities”.

A category should contain name, slug, parent category and description, where “slug” generally affects the URL, e.g. if the slug is “company-events”, then the base URL of this category will be “www.example.com/company-events/”.

How can we help?