Magento 2 WordPress Integration WPML Documentation
-
Installation
You can install the module for Magento 2 using Composer or you can manually install it using FTP.
ComposerManualRun the following commands in your Magento 2 root directory to install the module using Composer.
# Add the FishPig Composer repo composer config repositories.fishpig composer https://repo.fishpig.com/ # Install the module using Composer composer require fishpig/magento2-wordpress-integration-wpml:* # Enable the module in Magento 2 php bin/magento module:enable FishPig_WordPress_WPML # Run the Magento upgrade system php bin/magento setup:upgrade
You can download the latest version of the module by logging in to your account and selecting Account > Projects.
Extract the ZIP file and upload the files to your Magento site at the directory below:
app/code/FishPig/WordPress_WPML
When creating the folders, ensure you use the correct capitalisation.
To complete the installation, run the following commands in a terminal.
# Enable the module in Magento 2 bin/magento module:enable FishPig_WordPress_WPML # Run the Magento upgrade system bin/magento setup:upgrade
-
WPML Plugin
This Magento 2 module adds support for the paid WPML WordPress plugin. You will need to install this plugin in WordPress. Once this is installed, you can use the WPML plugin as you normally would and the FishPig WPML module will ensure that it works in your Magento 2 / WordPress integrated environment.