Este plugin non se actualizou en máis de 2 anos. É posible que xa non sexa compatible ou mantido por ninguén, ou podes ter problemas de compatibilidade cando se usa con novas versións de WordPress.

Taro Taxonomy Blocks

Descrición

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

Template Structure

To override look and feel, put template in your themes directory.

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.

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

Este plugin proporciona 3 bloques.

  • Terms
  • Post Terms
  • Post Terms Query

Instalación

From Plugin Repository

Click install and activate it.

From Github

See releases.

Preguntas frecuentes

Where can I get supported?

Please create new ticket on support forum.

How can I contribute?

Create a new issue or send pull requests.

Comentarios

23 de Febreiro, 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!
Ler a 1 opinión

Colaboradores e desenvolvedores

“Taro Taxonomy Blocks” é un software de código aberto. As seguintes persoas colaboraron con este plugin.

Colaboradores

“Taro Taxonomy Blocks” foi traducido a 1 idioma. Grazas aos desenvolvedores polas súas contribucións.

Traduce “Taro Taxonomy Blocks” ao teu idioma.

Interesado no desenvolvemento?

Revisa o código, bota unha ollada aorepositorio SVN, ou subscríbete ao log de desenvolvemento por RSS.

Rexistro de cambios

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.