Skip to content
This repository has been archived by the owner on Nov 28, 2019. It is now read-only.
DerPixler edited this page Jan 13, 2017 · 9 revisions

#Get Started

Table of contents


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

Prerequisites

  • 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:

  1. Export this part will generate a XML file for every language your site manages.
  2. 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)


Getting Started With WPML Export