• Hi, I would like to know how can I change the tag word in my wp URLs. I’m using WP in spanish and this word shows up as “etiquetado” which is too long, I would even change it to tag but leaving the blog in es_ES language.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    If you just want users to be able to type “tag” instead of “etiquetado”, or use such an url external to WP, you could use .htaccess to change any reference to “tag” into “etiquetado” before sending it on to WP.

    If you want the actual urls within WP to have “tag” instead of “etiquetado”, it is much more involved. You best approach would be to create your own custom localization variant of the Spanish translation files. You would get the plain text versions (.po) of the files, change all references back to “tag”, then compile into the .mo files to be placed on your server. Then your blog language would actually be something like “es_WC”. See Translating WordPress for an idea of what’s involved.

    Thread Starter westcongo

    (@westcongo)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Change /tag/ in URL’ is closed to new replies.