Mô tả
This plugin supports 3 term blocks.
- Terms Block – Display all terms in the specified taxonomy. Usefull to display terms list like glossary.
- Post’s Terms Block – Display terms assigned to the post in the specified taxonomy.
- Post’s Terms Query Block – Display post list with same terms with the post.
Customization
All blocks are customizable on the PHP layer.
Template Structure
To override look and feel, put template files in your theme’s directory.
your-theme-dir - template-parts - taxonomy-blocks - posts-list.php // List of post in post's terms query blocks. - post-loop.php // Post link in post's terms query blocks. - term-item.php // Term link. - term-list.php // Flat term list. - term-list-hierarchical.php // Hierarchical terms list.
taro_taxonomy_blocks_template filter hook is also available.
This will override the template file path.
Styles
To override styles, regsiter styels named taro-terms-block
.
The plugin registers style at priority 20 of init
hook, so registering style at priority 10 or earlier.
add_action( 'init', function() { // Your own CSS. wp_register_style( 'taro-terms-block', $your_block_css_url, $deps, $version ); } );
Now your blocks will be styled by your CSS.
Khối
Plugin này cung cấp 3 khối.
- Terms
- Post Terms
- Post Terms Query
Hỏi đáp
-
Where can I get supported?
-
Please create new ticket on support forum.
-
How can I contribute?
-
Create a new issue or send pull requests.
Đánh giá
Người đóng góp & Lập trình viên
“Taro Taxonomy Blocks” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng góp“Taro Taxonomy Blocks” đã được dịch qua 1 ngôn ngữ. Cảm ơn những người tham gia dịch vì đóng góp của họ.
Dịch “Taro Taxonomy Blocks” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.2.2
- Check compatibility to WordPress 6.8
- Fix order bug in term posts block.
1.2.1
- Fix translations.
1.2.0
- Drop support under PHP 7.2
- Add support for advanced class setting in the editor.
1.1.2
- Add filter for taxonomies list in selector.
1.1.0
- Post terms query block accepts manually input term list.
1.0.0
- First release.