-
Notifications
You must be signed in to change notification settings - Fork 6
Home
#Get Started
- Prerequisites
- Export wpml as Single XML-Files
- Import a wpml Export into a MultilingualPress Multisite
- Import via wpcli - the prefered way!
- Import via WordPress Importer - the elaborate way but it works
This document describes in short the usage of the current development state (pre 2.0.0). You can watch the wpml2mlp screencast (only in german) https://vimeo.com/199317177
- WordPress multisite
- MultilingualPress
- WP-CLI
- composer
- PHP 5.5
- WPML to MLP (dev-2.0.0)
You're here because you want to switch from WPML to MLP. This is a complex process of data modulation. The process is splittet into two parts:
- Export this part will generate a XML file for every language your site manages.
- Import each of these XML files has to be imported separately into the new site (blog) inside of a prepared multisite installation
In order to avoid side-effects we suggest to split these both steps to two separate WordPress installations. E.g. your original
site (SITE A) example.com
uses WPML with two languages english and spanish. Setup another WordPress multisite installation (SITE B)
example.dev
with two sites example.dev
(english) and es.example.dev
(spanish). You do the import on example.dev
and
es.example.dev
and after that you migrate everything to example.com
. (http://wpkrauts.com/2014/how-to-migrate-wordpress-multisite-with-wp-cli/)
It should, however, be possible to do both parts within one installation. But you should deactivate every plugin and non-default theme besides MultilingualPress, WPML to MPL and WPML. (You should even deactivate WPML on part 2)