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/terms-block-
block-style
.php - template-parts/blocks/terms-block/terms-block.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; }
-
バージョンv0.2.0
-
ダウンロード数203
-
インストール数0
-
必須WPバージョンv5.5
-
初リリース2020/09/18
-
更新2020/12/16
-
WordPress.org評価
-
テスト済みv5.6
-
サイト
(まだコメントがありません)
ログインするとコメントできます
ログインはこちら