বৰ্ণনা
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
Template Structure
To override look and feel, put template in your themes directory.
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.
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.
ব্লকবোৰ
এই প্লাগিনটোৱে 3টা ব্লক প্ৰদান কৰে।
- Terms
- Post Terms
- Post Terms Query
সঘনাই উত্থাপিত প্ৰশ্ন
-
Where can I get supported?
-
Please create new ticket on support forum.
-
How can I contribute?
-
Create a new issue or send pull requests.
পৰ্য্যালোচনা
অৱদানকাৰী আৰু বিকাশকাৰীসকল
“Taro Taxonomy Blocks” হৈছে মুক্ত উৎসৰ ছফ্টৱেৰ। এইসকল লোকে এই প্লাগিনত অৱদান আগবঢ়াইছে।
অৱদানকাৰীসকল“Taro Taxonomy Blocks” 1টা ভাষাত অনুবাদ কৰা হৈছে। অনুবাদকসকলক তেওঁলোকৰ অৱদানৰ বাবে ধন্যবাদ।
আপোনাৰ ভাষাত “Taro Taxonomy Blocks” অনুবাদ কৰক।
বিকাশৰ প্ৰতি আগ্ৰহী?
ক’ড ব্ৰাউজ কৰক, SVN ৰিপজিটৰী চাওক নাইবা RSS-দ্বাৰা বিকাশৰ পঞ্জী ছাবস্ক্ৰাইব কৰক।
সলনি-পঞ্জী
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.