I have a multilingual site which is using the Polylang plugin, and I have a splash page ([http://mysite/en/splash](http://mysite/splash)) that is set as the front page which the users will see if they go to [http://mysite/](http://mysite/). The splash page is basically a simple welcome message with 2 buttons, one for each language.
The problem I have now is that, once the user clicks on one of the buttons and go to one of the language sites, the link for the header logo will be going the the front page – [http://mysite/en/splash](http://mysite/splash) \- which is not what we want. It should be going to the homepage of the current language site, eg [http://mysite/en/home](http://mysite/en/home) or [http://mysite/zh/home](http://mysite/en/home). Is there anyway to fix this? The best I can think of is to disable the links for the logo.
[ad_2]