You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

616B

+++ title = “Tags & Categories” weight = 90 +++

Gutenberg has built-in support for basic taxonomies: tags and categories.

Those taxonomies are automatically built across the whole site based on the tags and category fields of the front-matter: you do not need to define that a tag or a category exists.

The taxonomy pages will only be created if at least one item is found and are available at the following paths:

$BASE_URL/tags/
$BASE_URL/tag/$TAG_SLUG
$BASE_URL/categories/
$BASE_URL/category/$CATEGORY_SLUG

It is currently not possible to change those paths or to create custom taxonomies.