Wordpress Blog Integration - Magento 2 module documentation
Wordpress integration Module
Module overview
Link you store to wordpress blog with our module. It let's you create widget that represents highlights from your blog.
Module compatibility
This module is compatibile with Magento Community versions: 2.3.
How it works
After installing module head to Stores > Configuration > Aurora > WordPress Integration. In the given path fill given form and save.
Now head to content either pages or sites to add your wordpress widget.
Demo
Installation
Composer
- Add repo to composer.json:
"repositories": [
...
{
"type": "vcs",
"url": "git@git.auroracreation.com:aurora-modules/wpintegration.git"
}
...
],
- Add package to composer.json:
"require": {
...
"aurora/module-wp-integration": "*"
...
},
- In Magento root folder run commands:
composer update aurora/module-wp-integration
php bin/magento module:enable Aurora_WpIntegration
php bin/magento setup:upgrade
Manual
- Unzip archive.
- Upload extension files on your server to:
{Magento root}
└── app/
└── code
- In Magento root folder run commands:
php bin/magento module:enable Aurora_WpIntegration
php bin/magento setup:upgrade