#24808 closed enhancement (fixed)
Add a Description argument for a taxonomy
Reported by: | alexvorn2 | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Taxonomy | Keywords: | has-patch commit needs-codex |
Focuses: | Cc: |
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
@
11 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).
#6
in reply to:
↑ 5
@
11 years ago
Replying to nacin:
Could we add a note to the inline docs for register_taxonomy()?
Good call, will do
Where might the description be used?
Note that the 'description' field for post types isn't actually used anywhere.