diff --git a/docs/content/documentation/templates/taxonomies.md b/docs/content/documentation/templates/taxonomies.md index a9e8576e..66cf3add 100644 --- a/docs/content/documentation/templates/taxonomies.md +++ b/docs/content/documentation/templates/taxonomies.md @@ -3,13 +3,11 @@ title = "Taxonomies" weight = 40 +++ -The default templates for the taxonomies pages are the following: +Gutenberg will look up the following files in the `templates` directory: - `$TAXONOMY_NAME/single.html` - `$TAXONOMY_NAME/list.html` -You can override any of those templates by putting one with the same path in the `templates` directory. - First, a `TaxonomyTerm` has the following fields: ```ts