#14690 closed defect (bug) (worksforme)
Taxonomy date slugs not displaying properly
| Reported by: | ploobers | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Taxonomy | Version: | 3.0.1 |
| Severity: | normal | Keywords: | reporter-feedback close |
| Cc: | Focuses: |
Description
If you add a date to any taxonomy, whether category, tag or custom, the slug shows incorrectly. For example, if you enter 2010-01 or 2010-02, the slug shows as being 2010 for both. Changing it has no effect. The actual slug stored in the database however is correct.
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
WordPress does process this improperly when you move a hierarchical taxonomy term to another parent. If you move a term like 2010-10 under that a parent term that also had another item like 2010-12, then WordPress automatically renames the slug to '2010-parent-category'.