Bugfix for WPML Multilanguage Sites
-
The implementation of the Event Permalink causes problems, when the permalink changes or when you have multilingual website with different domains. The problem is you get always the link to the default language, even when your browsers default is an other language. When you use the permalink without reference to the guid, you don’t have these problems.
I suggest this code change of the plugin.
Line 918 of eventpost.php
$event->permalink
=$event->guid;
I don’t have any other problems with this modified installation of the plugin.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Bugfix for WPML Multilanguage Sites’ is closed to new replies.