Skip to content

Commit c282d52

Browse files
committed
Migrate blog functionality to new addon
1 parent bb8a974 commit c282d52

1 file changed

Lines changed: 1 addition & 88 deletions

File tree

README.md

Lines changed: 1 addition & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -1,88 +1 @@
1-
<div align="center">
2-
3-
![Magento screenshot](assets/preview.png)
4-
5-
</div>
6-
7-
<h1 align="center">Mooore Wordpress Integration Cms</h1>
8-
9-
[![Packagist Version](https://img.shields.io/packagist/v/mooore/magento2-module-wordpress-integration-cms)](https://packagist.org/packages/mooore/magento2-module-wordpress-integration-cms)
10-
![Supported Magento Versions](https://img.shields.io/badge/magento-%202.3_|_2.4-brightgreen.svg?logo=magento&longCache=true)
11-
[![Compatible with Hyva](https://img.shields.io/badge/Compatible_with-Hyva-3df0af.svg?longCache=true)](https://hyva.io/)
12-
![license](https://img.shields.io/github/license/mooore-digital/magento2-module-wordpress-integration-cms)
13-
14-
Magento 2 module for integrating Wordpress pages in to your Magento 2 frontend.
15-
Giving you the power of a real CMS system via Wordpress inside Magento 2.
16-
17-
## Installation
18-
19-
```bash
20-
composer require mooore/magento2-module-wordpress-integration-cms
21-
bin/magento setup:upgrade
22-
```
23-
24-
> :warning: This module is still in its Beta phase.
25-
> So with any new version it might break something from the previous version.
26-
> Use at your own risk.
27-
28-
## How to use
29-
30-
When the module is installed.
31-
You can add your wordpress domain to the `Content > Wordpress Sites`.
32-
_This is the base URL._
33-
34-
After this, all pages will be available as dropdown in your Magento CMS pages.
35-
36-
For more in-depth instructions please see the [wiki](https://github.com/mooore-digital/magento2-module-wordpress-integration-cms/wiki)
37-
38-
### Styles/Script
39-
40-
All styles are loaded by default with your theme.
41-
42-
The blocks are loaded as an separate style for only Wordpress Integration pages.
43-
44-
The custom styles are loaded with your main theme styles,
45-
which offers an option to hook in to the Wordpress block styles.
46-
47-
_This works for the Luma (LESS), Snowdog Blank (SCSS) and Hyva themes._
48-
49-
## Support
50-
51-
Is something missing or found a bug.
52-
Feel free to support this Module by adding a Issue or Pull Request.
53-
54-
Have something cool that extend on this module share it
55-
56-
### Block Compatibility Issues
57-
58-
If a block does match your Wordpress styling or is missing a feature,
59-
please first check the following points before opening a issues;
60-
61-
<details><summary>Your Wordpress theme is made for the new full page editing</summary>
62-
63-
If this is the case,
64-
please take note these block styles are not compatible for any themes that support full page editing.
65-
66-
This could be for example the TwentyTwentyTwo theme.
67-
68-
You can do the following options;
69-
70-
- Use an older theme like TwentyTwentyOne
71-
- Disable the block options
72-
73-
</details>
74-
75-
<details><summary>My theme has an option that does not show on the Magento 2 side</summary>
76-
77-
This can mean 2 posible things;
78-
79-
1. Your custom option has no styles on the Magento side
80-
2. Your custom option creates inline styles on the Wordpress side
81-
82-
If it is option **1** you also have an class that with that custom option,
83-
simply add the required styles to that class.
84-
85-
if it is options **2** then there is nothing you can do for now,
86-
except disable the option on the Wordpress side.
87-
88-
</details>
1+
# magento2-module-wordpress-integration-cms-blog

0 commit comments

Comments
 (0)