Opened 16 months ago
Closed 16 months ago
#19874 closed defect (bug) (invalid)
Can't use 'author' as a custom taxonomy name
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Taxonomy | Version: | 3.3.1 |
| Severity: | normal | Keywords: | needs-patch |
| Cc: |
Description
I tried creating a custom taxonomy called 'author'. When using wp_tag_cloud or get_terms I got a list of terms with links, but the links would either take me to an empty archive page, or one with just a couple of the posts with a term from that taxonomy. As soon as I changed the taxonomy name from 'author' to something else everything was fine. Looks like there's a bug involving using 'author' as a taxonomy name.
Change History (1)
comment:1
johnbillion — 16 months ago
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

The name 'author' is a reserved term as it's used internally by WordPress. You could try something like 'authorname' or 'bookauthor'.