Term list block. Displays a list of all terms in the selected taxonomy.
As of April 2026, Terms Block is a WordPress term plugin with 40 active installations and a 4.8/5 rating from 4 reviews. It has been downloaded 4.7K+ times in total. Requires WordPress 6.0+ and PHP 7.4+. Available on WordPress.org since 2020. Last updated 2 years ago — may have compatibility concerns. Top alternative: Simple Taxonomy Ordering.
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.
block-name–block-style.phpblock-name.phpFilter 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;
}
| WordPress | 6.0+ requiredTested up to 6.3.8 |
| PHP | 7.4+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.