Title: [Plugin: WP_Multilingual] Permalink
Last modified: August 19, 2016

---

# [Plugin: WP_Multilingual] Permalink

 *  [tho](https://wordpress.org/support/users/tho/)
 * (@tho)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp_multilingual-permalink/)
 * Hi, I have a problem with the link to my blog entry.
 * The Link to my article in the german version is:
    [http://blog.com/de/2008/05/16r-blog-geht-online/](http://blog.com/de/2008/05/16r-blog-geht-online/)
 * When I change to english it is:
    [http://blog.com/en/2008/05/16/der-blog-geht-online/](http://blog.com/en/2008/05/16/der-blog-geht-online/)
 * You see that the german link is corrupted. After the date the beginning of “/
   der-blog-geht-online” is not there .. the part “/de” is missing and it only says“
   16r-blog-geht-online”.
 * I think the problem comes up, when the 2 letters of the language are the same
   as the 2 first letters of the entry url.
 * In the WP-Admin-tool the url seems to be full and correct.
 * Greets tho

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

 *  Thread Starter [tho](https://wordpress.org/support/users/tho/)
 * (@tho)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp_multilingual-permalink/#post-794004)
 * Same problem is here:
 * [http://blog.coinection.com/en/categoryglish/](http://blog.coinection.com/en/categoryglish/)
 * [http://blog.coinection.com/de/category/english/](http://blog.coinection.com/de/category/english/)
 * the “/en” is missing in the category name when the language is english
 *  Thread Starter [tho](https://wordpress.org/support/users/tho/)
 * (@tho)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp_multilingual-permalink/#post-794035)
 * Off topic: Why am I not able to edit my old posts? I cannot delete the domain
   from my post! The domain is unnecessary to solve the problem! I really hate that!
 *  [Oleg Butuzov](https://wordpress.org/support/users/butuzov/)
 * (@butuzov)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp_multilingual-permalink/#post-794210)
 * 1) in current version you can’t have few slugs for one post or page – you can
   do it with additional plugin ([http://wordpress.org/support/topic/171441?replies=12](http://wordpress.org/support/topic/171441?replies=12))
 * 3) have i ever tell that you can change en to englsih key and everithing will
   work?
 * 2) its also not a question about my plugin. its dosn’t overite edition of post,
   its just select langauge posts from postmeta table. deactivate my plugin and 
   tri to edit that posts…
 *  Thread Starter [tho](https://wordpress.org/support/users/tho/)
 * (@tho)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp_multilingual-permalink/#post-794257)
 * Oh, I’m very sorry if I wrote my 3rd post in this forum here not so good.
 * This post: “Off topic: Why am I not able to edit my old posts? I cannot delete
   the domain from my post! The domain is unnecessary to solve the problem! I really
   hate that!”
 * .. has nothing to do with your cool plugin. I’m really sorry if that was not 
   clear! It only means, that I cannot edit **posts in this wordpress support forum
   here**, and this is what I hate.
 * Back to On topic:
 * I think that your hint “3) have i ever tell that you can change en to englsih
   key and everithing will work?” will be my solution. Thank you very much for your
   help.
 * Greetings tho
 *  [betoboullosa](https://wordpress.org/support/users/betoboullosa/)
 * (@betoboullosa)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp_multilingual-permalink/#post-794378)
 * I’ve had a similar problem with some categories in my blog ([http://blog.boullosa.org/pt](http://blog.boullosa.org/pt).
   Then I found that the problem only ocurred with the categories that started with
   the same letters as the language code. For example, in english (en), the category“
   entertainment”, or, in spanish (es), the category “esportes”.
 * I fixed it by changing one line in the LanguageLink function – more or less in
   the line 1213 of multilingual.php v. 1.3.4.12:
 * Instead of
 *     ```
       case 'root':
       $str = $home.$code.str_replace('/'.$GLOBALS['language'], '', $urls['path']);
       ```
   
 * use this
 *     ```
       case 'root':
       $str = $home.$code.str_replace('/'.$GLOBALS['language'].'/', '/', $urls['path']);
       ```
   
 * I assume this will only fix the bug for people who use the blog in the domain
   root, like I do.
 * Hope this helps.

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

The topic ‘[Plugin: WP_Multilingual] Permalink’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 3 participants
 * Last reply from: [betoboullosa](https://wordpress.org/support/users/betoboullosa/)
 * Last activity: [17 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp_multilingual-permalink/#post-794378)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
