2013-10-31 13:51:13 +00:00
|
|
|
---
|
2014-04-23 07:00:11 +00:00
|
|
|
title: "Taxonomy Templates"
|
2013-10-31 13:51:13 +00:00
|
|
|
date: "2013-07-01"
|
|
|
|
linktitle: "Templates"
|
2014-04-23 07:00:11 +00:00
|
|
|
aliases: ["/indexes/templates/"]
|
|
|
|
weight: 30
|
|
|
|
menu:
|
|
|
|
main:
|
|
|
|
parent: 'taxonomy'
|
2014-05-27 22:32:57 +00:00
|
|
|
prev: "/templates/displaying"
|
|
|
|
next: "/taxonomies/ordering"
|
2013-10-31 13:51:13 +00:00
|
|
|
---
|
|
|
|
|
2014-05-27 22:32:57 +00:00
|
|
|
There are two different templates that the use of taxonomies will require you to provide.
|
2013-10-31 13:51:13 +00:00
|
|
|
|
2014-05-27 22:32:57 +00:00
|
|
|
Both templates are covered in detail in the templates section.
|
2013-10-31 13:51:13 +00:00
|
|
|
|
2014-05-27 22:32:57 +00:00
|
|
|
A [list template](/templates/list/) is any template that will be used to render multiple pieces of
|
|
|
|
content in a single html page. This template will be used to generate
|
|
|
|
all the automatically created taxonomy pages.
|
2013-10-31 13:51:13 +00:00
|
|
|
|
2014-05-27 22:32:57 +00:00
|
|
|
A [taxonomy terms template](/templates/terms/) is a template used to
|
|
|
|
generate the list of terms for a given template.
|
2013-10-31 13:51:13 +00:00
|
|
|
|