#20200 closed feature request (duplicate)
Better Support for term_order field
| Reported by: | alex-ye | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Taxonomy | Version: | 3.4 |
| Severity: | normal | Keywords: | 2nd-opinion needs-patch close |
| Cc: | Focuses: |
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
@
14 years ago
- Cc added
- Keywords close added
- Resolution → duplicate
- Status new → 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
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
For who doesn't know :