Description
Using the wpml plugin for multi language WordPress sites you can choose to have a custom file or WordPress page
to be used for the root url, like a splash page for the main language selection. (Ex. http://www.yoursite.com).
The thing here is that every time a user enters your site using the root url they will see this page again.
You may only want to show this page when the user is new.
This is where this plugin comes in handy, we save the prefered language in a cookie and as long as this cookie is there
the user can enter the site using the root url, but he will always redirect to his language of choice from his previous visit.
Installation
- Upload the plugin files to the
/wp-content/plugins/plugin-name
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
Note that this plugin will only get to work when you set the following url format settings in your wpml installation:
- Different Languages in directories (radio button)
- Use directory for default language (checkbox)
- What to show for the root url: has to be a html file or a Page.
Shout out to These Days Labs for supporting this plugin.
FAQ
- Installation Instructions
-
- Upload the plugin files to the
/wp-content/plugins/plugin-name
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
Note that this plugin will only get to work when you set the following url format settings in your wpml installation:
- Different Languages in directories (radio button)
- Use directory for default language (checkbox)
- What to show for the root url: has to be a html file or a Page.
Shout out to These Days Labs for supporting this plugin.
- Upload the plugin files to the
Avis
Il n’y a aucun avis sur cette extension.
Contributeurs & développeurs
« Language saver for splash pages using WPML » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.
ContributeursTraduisez « Language saver for splash pages using WPML » dans votre langue.
Le développement vous intéresse ?
Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.
Historique des changements
1.1
- Fix redirectis for hidden languages
1.0
- Initial version