Ticket #11612 (closed enhancement: fixed)
Expand the Tag cloud widget to support non-tag taxonomies
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Widgets | Version: | 2.9 |
| Severity: | normal | Keywords: | has-patch tested |
| Cc: |
Description (last modified by dd32) (diff)
Attached patch adds a 'Taxonomy' field to the options for the Tag Cloud widget.
Currently on a default install it allows selecting of 'Categories' or 'Post Tags', If you define a custom taxonomy, it'll be available for that as well.
Attachments
Change History
- Keywords tested added
A much needed addition.
Patch looks good. I've made a separate method for retrieving the current taxonomy.
- Version changed from 3.0 to 2.9
- Status changed from assigned to closed
- Resolution set to fixed
Changed a few things here and there, Mainly related to the default title, It defaults to the Taxonomy Label if its left empty (Or 'Tags' for the Post Tags tax.)
I also added a 'show_tagcloud' option to the taxonomy registration process, Defaults to 'show_ui' which defaults to 'public', Allows plugins to specify that they dont want their plugin to be listed in the tag clouds.

