From e83d76bf8ab2e958e94df510a88797297e55e967 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Fri, 27 Jul 2018 18:44:10 +0200 Subject: [PATCH] Clarify taxonomies templates doc --- docs/content/documentation/templates/taxonomies.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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