#1298 closed defect (bug) (fixed)
WP does not force category slugs to be unique
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 1.5.1 |
Component: | General | Keywords: | bg|tested |
Focuses: | Cc: |
Description
Category slugs need to be unique, otherwise /category/foo/music/ will return its posts as well as the posts in /category/bar/music/
When creating or editing a category, WP should probably check for slug conflicts, and append an incremented number to the end to ensure uniqueness, or at least tell the user about the problem so they can manually choose an alternate slug.
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
diff of changes to categories.php