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.
Image 1
Now head to content either pages or sites to add your wordpress widget.
Image 1

Demo

Installation

Composer

  1. Add repo to composer.json:
"repositories": [
    ...
    {
        "type": "vcs",
        "url": "git@git.auroracreation.com:aurora-modules/wpintegration.git"
    }
    ...
],
  1. Add package to composer.json:
"require": {
    ...
    "aurora/module-wp-integration": "*"
    ...
},
  1. 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

  1. Unzip archive.
  2. Upload extension files on your server to:
{Magento root}
└── app/
    └── code
  1. In Magento root folder run commands:
php bin/magento module:enable Aurora_WpIntegration
php bin/magento setup:upgrade

Thank you for your interest in our products!