Add taxonomy attribute to categories block #51388#58033
Add taxonomy attribute to categories block #51388#58033Tropicalista wants to merge 3 commits intoWordPress:trunkfrom
Conversation
|
Warning: Type of PR label mismatch To merge this PR, it requires exactly 1 label indicating the type of PR. Other labels are optional and not being checked here.
Read more about Type labels in Gutenberg. Don't worry if you don't have the required permissions to add labels; the PR reviewer should be able to help with the task. |
|
👋 Thanks for your first Pull Request and for helping build the future of Gutenberg and WordPress, @Tropicalista! In case you missed it, we'd love to have you join us in our Slack community, where we hold regularly weekly meetings open to anyone to coordinate with each other. If you want to learn more about WordPress development in general, check out the Core Handbook full of helpful information. |
|
A Regardless, thank you very much for your contribution! 😄 Sorry that it never got any feedback when you filed it; it must've flown under people's radar, including my own 😕 |
FIx #51388
Why?
Custom taxonomy list can be displayed by creating a variation of categories block.
How?
By simply adding a taxonomy attribute we can leverage the
wp_dropdown_categoriesto display any taxonomy.Testing Instructions