Title: Taro Taxonomy Blocks
Author: TAROSKY INC.
Published: <strong>28 septembra, 2021</strong>
Last modified: 21 maja, 2025

---

Search plugins

![](https://ps.w.org/taro-taxonomy-blocks/assets/icon.svg?rev=2999435)

# Taro Taxonomy Blocks

 By [TAROSKY INC.](https://profiles.wordpress.org/tarosky/)

[Download](https://downloads.wordpress.org/plugin/taro-taxonomy-blocks.1.2.2.zip)

 * [Details](https://sl.wordpress.org/plugins/taro-taxonomy-blocks/#description)
 * [Reviews](https://sl.wordpress.org/plugins/taro-taxonomy-blocks/#reviews)
 *  [Installation](https://sl.wordpress.org/plugins/taro-taxonomy-blocks/#installation)
 * [Development](https://sl.wordpress.org/plugins/taro-taxonomy-blocks/#developers)

 [Support](https://wordpress.org/support/plugin/taro-taxonomy-blocks/)

## Description

This plugin supports 3 term blocks.

 1. **Terms Block** – Display all terms in the specified taxonomy. Usefull to display
    terms list like glossary.
 2. **Post’s Terms Block** – Display terms assigned to the post in the specified taxonomy.
 3. **Post’s Terms Query Block** – Display post list with same terms with the post.

#### Customization

All blocks are customizable on the PHP layer.

Template Structure

To override look and feel, put template files in your theme’s directory.

    ```
    your-theme-dir
    - template-parts
      - taxonomy-blocks
        - posts-list.php             // List of post in post's terms query blocks. 
        - post-loop.php              // Post link in post's terms query blocks. 
        - term-item.php              // Term link.
        - term-list.php              // Flat term list.
        - term-list-hierarchical.php // Hierarchical terms list.
    ```

    ```
    taro_taxonomy_blocks_template filter hook is also available.
    ```

This will override the template file path.

Styles

To override styles, regsiter styels named `taro-terms-block`.
 The plugin registers
style at priority 20 of `init` hook, so registering style at priority 10 or earlier.

    ```
    add_action( 'init', function() {
        // Your own CSS.
        wp_register_style( 'taro-terms-block', $your_block_css_url, $deps, $version );
    } );
    ```

Now your blocks will be styled by your CSS.

## Blocks

This plugin provides 3 blocks.

 *   Terms
 *   Post Terms
 *   Post Terms Query

## Installation

#### From Plugin Repository

Click install and activate it.

#### From Github

See [releases](https://github.com/tarosky/taro-taxonomy-blocks/releases).

## FAQ

### Where can I get supported?

Please create new ticket on support forum.

### How can I contribute?

Create a new [issue](https://github.com/tarosky/taro-taxonomy-blocks/issues) or 
send [pull requests](https://github.com/tarosky/taro-taxonomy-blocks/pulls).

## Reviews

![](https://secure.gravatar.com/avatar/f60c6d169a1230279f1fabff04c55fed78d34840c6af64ca82bc0e096001b8aa?
s=60&d=retro&r=g)

### 󠀁[Works like a dream](https://wordpress.org/support/topic/works-like-a-dream-73/)󠁿

 [Aleks Osinska](https://profiles.wordpress.org/alekscreative/) 23 februarja, 2022

Took me ages to find a plugin that creates a block to display custom taxonomies 
of a post. This one does exactly what I needed. Thank you!

 [ Read all 1 review ](https://wordpress.org/support/plugin/taro-taxonomy-blocks/reviews/)

## Contributors & Developers

“Taro Taxonomy Blocks” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ TAROSKY INC. ](https://profiles.wordpress.org/tarosky/)
 *   [ Fumiki Takahashi ](https://profiles.wordpress.org/takahashi_fumiki/)
 *   [ Mark Walters ](https://profiles.wordpress.org/tswallie/)

“Taro Taxonomy Blocks” has been translated into 1 locale. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/taro-taxonomy-blocks/contributors)
for their contributions.

[Translate “Taro Taxonomy Blocks” into your language.](https://translate.wordpress.org/projects/wp-plugins/taro-taxonomy-blocks)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/taro-taxonomy-blocks/),
check out the [SVN repository](https://plugins.svn.wordpress.org/taro-taxonomy-blocks/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/taro-taxonomy-blocks/)
by [RSS](https://plugins.trac.wordpress.org/log/taro-taxonomy-blocks/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.2.2

 * Check compatibility to WordPress 6.8
 * Fix order bug in term posts block.

#### 1.2.1

 * Fix translations.

#### 1.2.0

 * Drop support under PHP 7.2
 * Add support for advanced class setting in the editor.

#### 1.1.2

 * Add filter for taxonomies list in selector.

#### 1.1.0

 * Post terms query block accepts manually input term list.

#### 1.0.0

 * First release.

## Meta

 *  Version **1.2.2**
 *  Last updated **11 mesecev ago**
 *  Active installations **40+**
 *  WordPress version ** 5.9 or higher **
 *  Tested up to **6.8.5**
 *  PHP version ** 7.2 or higher **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/taro-taxonomy-blocks/) in [Japanese](https://ja.wordpress.org/plugins/taro-taxonomy-blocks/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/taro-taxonomy-blocks)
 * Tags
 * [block-editor](https://sl.wordpress.org/plugins/tags/block-editor/)[gutenberg](https://sl.wordpress.org/plugins/tags/gutenberg/)
   [iframe](https://sl.wordpress.org/plugins/tags/iframe/)
 *  [Advanced View](https://sl.wordpress.org/plugins/taro-taxonomy-blocks/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/taro-taxonomy-blocks/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/taro-taxonomy-blocks/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/taro-taxonomy-blocks/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/taro-taxonomy-blocks/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/taro-taxonomy-blocks/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/taro-taxonomy-blocks/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/taro-taxonomy-blocks/reviews/)

## Contributors

 *   [ TAROSKY INC. ](https://profiles.wordpress.org/tarosky/)
 *   [ Fumiki Takahashi ](https://profiles.wordpress.org/takahashi_fumiki/)
 *   [ Mark Walters ](https://profiles.wordpress.org/tswallie/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/taro-taxonomy-blocks/)