Opened 18 years ago
Closed 18 years ago
#4161 closed enhancement (wontfix)
Category Order
Reported by: | Amarelo | Owned by: | rob1n |
---|---|---|---|
Milestone: | Priority: | low | |
Severity: | trivial | Version: | 2.2 |
Component: | Administration | Keywords: | has-patch 2nd-opinion |
Focuses: | Cc: |
Description
Category Order allows users to sort wp_list_category by a user define order.
Use this: wp_list_category('sort_column=order');
Attachments (1)
Change History (8)
#4
@
18 years ago
- Keywords has-patch added
- Milestone changed from 2.4 to 2.3
- Resolution fixed deleted
- Status changed from closed to reopened
- Version set to 2.2
Hi Amarelo, only commiters mark bugs as fixed ;-)
#5
@
18 years ago
- Keywords 2nd-opinion added
- Owner changed from Amarelo to rob1n
- Status changed from reopened to new
The need for this doesn't make sense to me. If it were pages, then fine, an user-specified order would be fine. But categories? They're not necessarily supposed to have an "order" to them -- order them by name is probably the common choice.
Note: See
TracTickets for help on using
tickets.
Patch to write this functionality