#24808 closed enhancement (fixed)
Add a Description argument for a taxonomy
| Reported by: | alexvorn2 | Owned by: | nacin |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.7 |
| Component: | Taxonomy | Version: | |
| Severity: | normal | Keywords: | has-patch commit needs-codex |
| Cc: | Focuses: |
Description
When registering a custom taxonomy to add option to add a description like when registering a custom post type.
http://codex.wordpress.org/Function_Reference/register_taxonomy
No "description" argument.
I think this is important because it is a summary of what the taxonomy is about.
Attachments (1)
Change History (11)
#3
in reply to: ↑ 1
@
13 years ago
Replying to johnbillion:
Where might the description be used?
Note that the 'description' field for post types isn't actually used anywhere.
It can be used on taxonomy page "site.com/my_taxonomy", and/or on terms page "site.com/my_taxonomy/my_term" - in a heading like <h3>Taxonomy description</h3>.
It's a very easy fix btw(but should not be in a conflict with the term description).
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Where might the description be used?
Note that the 'description' field for post types isn't actually used anywhere.