Just finished quite a bit of code tracing to figure out why accents are stripped from permalinks in wordpress. It all boils down to a sanitize_title filter (the function is sanitize_title_with_dashes) which calls remove_accents. I created a plugin which removes the ‘dashes’ function and replaces it with the same code except it doesnt call remove_accents.
Google
2 Comments add one
Leave a Comment
Previous post: Checked List Control for wxWidgets
Next post: WordPress Calendar Plugin Optimization
My name is Amado Martinez. I'm a 23 year old programmer living in Reynosa, Mexico. I specialize in website systems. I'm not a frequent blogger, but I hope that you find my web development tips helpful and perhaps even AWESOME! Thanks for visiting :)
Sabrías de algún plugin de hacer que un tema reconozca las “ñ”.
Es que mi tema simplemente se las salta.
Hola Ruben, has encontrado alguna solucion? Voy a investigar y te comunico los resultados. Gracias!