{"id":147820,"date":"2021-09-28T02:43:34","date_gmt":"2021-09-28T02:43:34","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/taro-taxonomy-blocks\/"},"modified":"2025-05-21T02:57:09","modified_gmt":"2025-05-21T02:57:09","slug":"taro-taxonomy-blocks","status":"publish","type":"plugin","link":"https:\/\/mk.wordpress.org\/plugins\/taro-taxonomy-blocks\/","author":13589055,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.2.2","stable_tag":"1.2.2","tested":"6.8.5","requires":"5.9","requires_php":"7.2","requires_plugins":null,"header_name":"Taro Taxonomy Blocks","header_author":"Tarosky INC.","header_description":"Add 3 taxonomy blockshh for block editor.","assets_banners_color":"","last_updated":"2025-05-21 02:57:09","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/taro-taxonomy-blocks\/","header_author_uri":"https:\/\/tarosky.co.jp\/","rating":5,"author_block_rating":0,"active_installs":40,"downloads":7844,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.6":{"tag":"1.0.6","author":"Tarosky","date":"2021-09-28 02:43:04"},"1.0.7":{"tag":"1.0.7","author":"Tarosky","date":"2021-11-10 05:47:53"},"1.1.0":{"tag":"1.1.0","author":"Tarosky","date":"2022-01-14 11:36:48"},"1.1.2":{"tag":"1.1.2","author":"Tarosky","date":"2022-01-27 15:11:00"},"1.2.0":{"tag":"1.2.0","author":"Tarosky","date":"2023-11-21 09:13:55"},"1.2.1":{"tag":"1.2.1","author":"Tarosky","date":"2024-12-16 06:58:41"},"1.2.2":{"tag":"1.2.2","author":"Tarosky","date":"2025-05-21 02:57:09"}},"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":1},"assets_icons":{"icon.svg":{"filename":"icon.svg","revision":2999435,"resolution":false,"location":"assets","locale":false}},"assets_banners":[],"assets_blueprints":{},"all_blocks":{"taro\/terms":{"name":"taro\/terms","title":"Terms"},"taro\/post-terms":{"name":"taro\/post-terms","title":"Post Terms"},"taro\/post-terms-query":{"name":"taro\/post-terms-query","title":"Post Terms Query"}},"tagged_versions":["1.0.6","1.0.7","1.1.0","1.1.2","1.2.0","1.2.1","1.2.2"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[148857,148076,1860],"plugin_category":[],"plugin_contributors":[83237,142014,242585],"plugin_business_model":[],"class_list":["post-147820","plugin","type-plugin","status-publish","hentry","plugin_tags-block-editor","plugin_tags-gutenberg","plugin_tags-iframe","plugin_contributors-takahashi_fumiki","plugin_contributors-tarosky","plugin_contributors-tswallie","plugin_committers-marikomorimoto","plugin_committers-takahashi_fumiki","plugin_committers-tarosky","plugin_committers-toru"],"banners":[],"icons":{"svg":"https:\/\/ps.w.org\/taro-taxonomy-blocks\/assets\/icon.svg?rev=2999435","icon":"https:\/\/ps.w.org\/taro-taxonomy-blocks\/assets\/icon.svg?rev=2999435","icon_2x":false,"generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>This plugin supports 3 term blocks.<\/p>\n\n<ol>\n<li><strong>Terms Block<\/strong> - Display all terms in the specified taxonomy. Usefull to display terms list like glossary.<\/li>\n<li><strong>Post's Terms Block<\/strong> - Display terms assigned to the post in the specified taxonomy.<\/li>\n<li><strong>Post's Terms Query Block<\/strong> - Display post list with same terms with the post.<\/li>\n<\/ol>\n\n<h4>Customization<\/h4>\n\n<p>All blocks are customizable on the PHP layer.<\/p>\n\n<p>Template Structure<\/p>\n\n<p>To override look and feel, put template files in your theme's directory.<\/p>\n\n<pre>\nyour-theme-dir\n- template-parts\n  - taxonomy-blocks\n    - posts-list.php             \/\/ List of post in post's terms query blocks. \n    - post-loop.php              \/\/ Post link in post's terms query blocks. \n    - term-item.php              \/\/ Term link.\n    - term-list.php              \/\/ Flat term list.\n    - term-list-hierarchical.php \/\/ Hierarchical terms list.\n<\/pre>\n\n<pre><code>taro_taxonomy_blocks_template filter hook is also available.\n<\/code><\/pre>\n\n<p>This will override the template file path.<\/p>\n\n<p>Styles<\/p>\n\n<p>To override styles, regsiter styels named <code>taro-terms-block<\/code>.\nThe plugin registers style at priority 20 of <code>init<\/code> hook, so registering style at priority 10 or earlier.<\/p>\n\n<pre>add_action( 'init', function() {\n    \/\/ Your own CSS.\n    wp_register_style( 'taro-terms-block', $your_block_css_url, $deps, $version );\n} );<\/pre>\n\n<p>Now your blocks will be styled by your CSS.<\/p>\n\n<!--section=installation-->\n<h4>From Plugin Repository<\/h4>\n\n<p>Click install and activate it.<\/p>\n\n<h4>From Github<\/h4>\n\n<p>See <a href=\"https:\/\/github.com\/tarosky\/taro-taxonomy-blocks\/releases\">releases<\/a>.<\/p>\n\n<!--section=faq-->\n<dl>\n<dt id='where%20can%20i%20get%20supported%3F'><h3>Where can I get supported?<\/h3><\/dt>\n<dd><p>Please create new ticket on support forum.<\/p><\/dd>\n<dt id='how%20can%20i%20contribute%3F'><h3>How can I contribute?<\/h3><\/dt>\n<dd><p>Create a new <a href=\"https:\/\/github.com\/tarosky\/taro-taxonomy-blocks\/issues\">issue<\/a> or send <a href=\"https:\/\/github.com\/tarosky\/taro-taxonomy-blocks\/pulls\">pull requests<\/a>.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.2.2<\/h4>\n\n<ul>\n<li>Check compatibility to WordPress 6.8<\/li>\n<li>Fix order bug in term posts block.<\/li>\n<\/ul>\n\n<h4>1.2.1<\/h4>\n\n<ul>\n<li>Fix translations.<\/li>\n<\/ul>\n\n<h4>1.2.0<\/h4>\n\n<ul>\n<li>Drop support under PHP 7.2<\/li>\n<li>Add support for advanced class setting in the editor.<\/li>\n<\/ul>\n\n<h4>1.1.2<\/h4>\n\n<ul>\n<li>Add filter for taxonomies list in selector.<\/li>\n<\/ul>\n\n<h4>1.1.0<\/h4>\n\n<ul>\n<li>Post terms query block accepts manually input term list.<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>First release.<\/li>\n<\/ul>","raw_excerpt":"Add term-related blocks. Suitable for classic or hybrid themes.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/147820","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=147820"}],"author":[{"embeddable":true,"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/tarosky"}],"wp:attachment":[{"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=147820"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=147820"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=147820"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=147820"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=147820"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/mk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=147820"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}