#11612 closed enhancement (fixed)
Expand the Tag cloud widget to support non-tag taxonomies
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | 2.9 |
Component: | Widgets | Keywords: | has-patch tested |
Focuses: | Cc: |
Description (last modified by )
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 (3)
Change History (9)
#2
@
15 years ago
- Keywords tested added
A much needed addition.
Patch looks good. I've made a separate method for retrieving the current taxonomy.
#6
@
15 years ago
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.
Note: See
TracTickets for help on using
tickets.
Adds extra is_taxonomy() validation