Term list block. Displays a list of all terms in the selected taxonomy.
Votazioni
4.8
Ultimo aggiornamento
September 6, 2023
Versione
2.1.0
Installazioni attive
70

Term list block. Displays a list of all terms in the selected taxonomy.

You can change the display by placing a template file in your theme.

  1. template-parts/blocks/terms-block/block-nameblock-style.php
  2. template-parts/blocks/terms-block/block-name.php

Filter for get_terms.

add_filter( 'terms_block_get_terms_arguments', 'my_filter', 10, 3 ); function my_filter( $args, $taxonomy, $attributes ) { $args = array_merge( $args, array( 'orderby' => 'order' ) ); return $args; }
Gratuitosul piano Creator
Installazioni attive
70
Testato fino alla versione
6.3.5
Questo plugin è disponibile per il download da usare sulla tua installazione WordPress ospitata personalmente.