<!-- TITLE: 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](/uploads/wp-integration/i-1.png "Image 1")
Now head to content either pages or sites to add your wordpress widget.
![Image 1](/uploads/wp-integration/i-2.png "Image 2")
## Demo
demo3.magecreation.com
## Installation
### Composer
1. Add repo to composer.json:
```text
"repositories": [
...
{
"type": "vcs",
"url": "git@git.auroracreation.com:aurora-modules/wpintegration.git"
}
...
],
```
2. Add package to composer.json:
```text
"require": {
...
"aurora/module-wp-integration": "*"
...
},
```
3. In Magento root folder run commands:
```text
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:
```text
{Magento root}
└── app/
└── code
```
3. In Magento root folder run commands:
```text
php bin/magento module:enable Aurora_WpIntegration
php bin/magento setup:upgrade
```
### Thank you for your interest in our products!