---
title: "Categories"
version: "main"
source: "Guides/Categories/Index.rst"
modified: "2026-09-14T14:02:30+00:00"
---

# Categories

## Create a new Category

1.  Go to the list module
1.  Click on the page where you want to create the new category
1.  Click on the "new record" button on the top and choose category
1.  Enter a title for the category and choose a possible parent
1.  Click "Save"

## Use an own page for a category

By default the blog renders every category on the automatically generated
category page, for example `/blog/category/my-category`. If editors
should be able to arrange additional content around the post listing of a
category, a regular page can be used instead.

1.  Create a page and add the "Blog: List by category" plugin to it
1.  Assign the category to that plugin (field "Categories")
1.  Open the category record and select the page in the field "Category page"
1.  Click "Save"

From now on

-   every link to that category points to the assigned page,
-   the automatically generated category URL redirects to the assigned page
    with a permanent redirect,
-   the RSS feed of the category is still delivered by the automatically
    generated category page.

Categories without an assigned page are not affected and keep using the
automatically generated category page.
