#4285 closed enhancement (duplicate)
Improve the categories widget
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Widgets | Keywords: | |
Focuses: | Cc: |
Description (last modified by )
Extend the categories widget to use all of wp_list_categories()'s options.
Namely:
- Customizable sort column
- Hierarchical display
- Toggle showing category counts
- Toggle showing empty categories
- Toggle using description for title
- Add showing categories which are child of a certain category
- Toggle showing feed
- Exclude comma-separated categories
Multiple instances
Attachments (2)
Change History (22)
#11
@
16 years ago
Changing the category widget's options array breaks existing category widgets. Some upgrade code is needed.
Note: See
TracTickets for help on using
tickets.
For the feed stuff, instead of allowing arbitrary feed images, always use our included rss.png. That image is well known now. Perhaps we should collapse all of the feed options into a "Show Feeds" option that simply controls whether the rss.png image (linked to the category feed) is shown next to each category.