Browse Source

Clarify taxonomies templates doc

index-subcmd
Vincent Prouillet 5 years ago
parent
commit
e83d76bf8a
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      docs/content/documentation/templates/taxonomies.md

+ 1
- 3
docs/content/documentation/templates/taxonomies.md View File

@@ -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


Loading…
Cancel
Save