Opened 13 years ago
Last modified 3 months ago
#20338 new defect (bug)
Slugs and special chars
Reported by: | amirhabibi | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.3 |
Component: | Permalinks | Keywords: | has-patch |
Focuses: | Cc: |
Description
When Wordpress generates a slug, the apostrophe mark is stripped.
Examples :
"I'm open" > im-open
"L'équipe" > lequipe
"Suzy's Place" > suzys-place
If the apostrophe is changed to "-" the auto generated slug will be more "readable" (and better for seo) :
"I'm open" > i-m-open
"L'équipe" > l-equipe
"Suzy's Place" > suzy-s-place
Maybe a constant to define what strategy to adopt ?
Attachments (1)
Change History (7)
Note: See
TracTickets for help on using
tickets.
There's now a plugin to change the behaviour :
http://wordpress.org/plugins/french-slugs/