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. https://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
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Language saver for splash pages using WPML” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Language saver for splash pages using WPML” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1
- Fix redirectis for hidden languages
1.0
- Initial version