This plugin is outdated and might not be supported anymore
Terms Block

Terms Block

Details
View on WordPress

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;
}

Details

Plugin code:
terms-block
Plugin version:
2.1.0
Author:
Outdated:
Yes
WP version:
6.0 or higher
PHP version:
7.4 or higher
Test up to WP version:
6.3.5
Total installations:
40
Last updated:
2023-09-06
Rating:
Times rated:
4
block
gutenberg
term