---
title: "Taxonomy"
description: "Displays taxonomy terms for the current post."
canonical: "https://academy.bricksbuilder.io/builder/elements/single/taxonomy/"
markdownUrl: "https://academy.bricksbuilder.io/builder/elements/single/taxonomy.md"
pageType: "article"
section: "builder"
category: "elements"
lastmod: "2026-05-21T13:58:32.000Z"
---
Displays taxonomy terms for the current post.

## Settings

- **Taxonomy** (select) - Taxonomy to display terms from. Default: post_tag.
- **Disable link** (checkbox) - Remove links from taxonomy terms.
- **Separator** (text) - Text to display between terms.
- **Order by** (select) - Sort terms by criteria. Default: Name.
- **Order** (select) - Sort direction. Default: Ascending.
- **Size** (select) - Button size for terms.
- **Style** (select) - Button style for terms. Default: dark.
- **Spacing** (number) - Gap between terms. Default: 10px.
- **Icon** (icon) - Icon to display with each term.

:::tip[Developer reference]
See the [Taxonomy Schema](/developer/schema/elements/post-taxonomy/) for the full JSON schema of this element's settings and controls.
:::