#4285 closed enhancement (duplicate)
Improve the categories widget
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Widgets | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by rob1n)
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)
comment:10
rob1n
— 6 years ago
comment:11
ryan
— 6 years ago
Changing the category widget's options array breaks existing category widgets. Some upgrade code is needed.
comment:12
ryan
— 6 years ago
Got it fixed on wpcom. I'll merge it over.
comment:13
ryan
— 6 years ago
comment:14
foolswisdom
— 6 years ago
- Milestone changed from 2.2.2 to 2.3 (trunk)
comment:15
foolswisdom
— 6 years ago
- Milestone changed from 2.3 to 2.5 (future)
comment:16
rob1n
— 6 years ago
- Owner rob1n deleted
- Status changed from assigned to new
comment:17
ryan
— 4 years ago
- Component changed from General to Widgets
comment:18
Denis-de-Bernardy
— 4 years ago
See #9780
comment:19
Denis-de-Bernardy
— 4 years ago
- Milestone 2.9 deleted
- Resolution set to duplicate
- Status changed from new to closed
closing this as dup of #9780, as all of the remaining feature requests could then be done using a plugin.
comment:20
helenyhou
— 7 months ago
#22729 was marked as a duplicate.
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.