#20200 closed feature request (duplicate)
Better Support for term_order field
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.4 |
Component: | Taxonomy | Keywords: | 2nd-opinion needs-patch close |
Focuses: | Cc: |
Description
I was wondering about the benefits of 'term_order' field in the WordPress database now , It will be very nice if we make it more helpfull , when I was working in a new website I use this plugin :
http://wordpress.org/extend/plugins/gecka-terms-ordering/
I install a new plugin just to order ! , I think we should support this in the WordPress core .
Change History (3)
#2
in reply to:
↑ description
@
13 years ago
- Cc jeremy.felt@… added
- Keywords close added
- Resolution set to duplicate
- Status changed from new to closed
Replying to alex-ye:
I was wondering about the benefits of 'term_order' field in the WordPress database now
...
I install a new plugin just to order ! , I think we should support this in the WordPress core .
You can apply term_order to a taxonomy by registering it with array( 'sort' => true )
as an argument. *Needs to be added to the codex.
Check out comment:7:ticket:9547 for a good example of how to apply this to post_tags, though it's probably more applicable to a custom taxonomy in which you also guide the term order through the admin UI. May also be worth starting a support thread in the forums.
Duplicate: #9547
For who doesn't know :