Categories Management
This section provides details on managing video categories, allowing administrators and users to organize content effectively. Categories help classify video posts and make navigation easier.
Overview
Administrators can create, edit, and delete categories.
Managing Categories in the Admin Panel
The Categories Management section in the admin panel enables administrators to manage video categories dynamically.
Click Create Category and enter the Category Name, Slug (used in the public URL), and Description.
Steps:
- Navigate to Admin Panel → Categories.
- Click Create Category and Enter the Category Name, Slug and Description.
- Click Button Create to save the category.
- Categories appear in the list, where they can be edited or deleted.
- If a category is deleted, all related subcategories will be reassigned to the parent category or moved to the top level.
Category URL Structure
When creating a new category, the slug
you enter determines the public URL of the category page.
The format is:
https://your-domain.com/[slug]
For example:
- If you create a category with the slug
music
, the category will be accessible at:
https://your-domain.com/music
slug
must be unique and written in lowercase with no spaces (use hyphens if needed, e.g., film-reviews
). These category URLs are automatically generated and publicly accessible to users for browsing categorized videos.
Conclusion
The category management system ensures efficient content organization and user-friendly navigation. Administrators maintain control over available categories.