Wordpress plugins
Terms Block

Terms Block

Version : 2.1.0
Tested up to : 6.3.1
Number of download : 0
Author : HAMWORKS
Average rating : 5 / 5 on 1 votes 1 votes, 5 avg.rating

Screenshots

Terms Block
Terms Block
Terms Block
Terms Block

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. template-parts/blocks/terms-block/block-name–block-style.php 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; }

Download now