mooore / magento2-module-wordpress-integration-cms
Magento 2 module for integrating Wordpress pages in Magento CMS pages.
Installs: 44 783
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 4
Forks: 8
Open Issues: 6
Type:magento2-module
Requires
- magento/module-cms: 103.*|104.*
- mooore/magento2-module-wordpress-integration: ^0.5
- symfony/http-client: ^5.4
- dev-main
- 0.12.2
- 0.12.1
- 0.12.0
- 0.11.1
- 0.11.0
- 0.10.10
- 0.10.9
- 0.10.8
- 0.10.7
- 0.10.6
- 0.10.5
- 0.10.4
- 0.10.3
- 0.10.2
- 0.10.1
- 0.10.0
- 0.9.1
- 0.9.0
- 0.8.8
- 0.8.7
- 0.8.6
- 0.8.5
- 0.8.4
- 0.8.3
- 0.8.2
- 0.8.1
- 0.8.0
- 0.7.2
- 0.7.1
- 0.7.0
- 0.6.3
- 0.6.2
- 0.6.1
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.5
- 0.3.4
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.0
- dev-bugfix/not-all-pages-are-got
- dev-dependabot/npm_and_yarn/babel/traverse-7.23.2
- dev-dependabot/npm_and_yarn/postcss-8.4.31
- dev-develop
- dev-bugfix/wpci-not-in-graphql
This package is auto-updated.
Last update: 2024-10-19 15:02:15 UTC
README
Mooore Wordpress Integration Cms
Magento 2 module for integrating Wordpress pages in to your Magento 2 frontend. Giving you the power of a real CMS system via Wordpress inside Magento 2.
Installation
composer require mooore/magento2-module-wordpress-integration-cms bin/magento setup:upgrade
⚠️ This module is still in its Beta phase. So with any new version it might break something from the previous version. Use at your own risk.
How to use
When the module is installed.
You can add your wordpress domain to the Content > Wordpress Sites
.
This is the base URL.
After this, all pages will be available as dropdown in your Magento CMS pages.
For more in-depth instructions please see the wiki
Styles/Script
All styles are loaded by default with your theme.
The blocks are loaded as an separate style for only Wordpress Integration pages.
The custom styles are loaded with your main theme styles, which offers an option to hook in to the Wordpress block styles.
This works for the Luma (LESS), Snowdog Blank (SCSS) and Hyva themes.
Support
Is something missing or found a bug. Feel free to support this Module by adding a Issue or Pull Request.
Have something cool that extend on this module share it
Block Compatibility Issues
If a block does match your Wordpress styling or is missing a feature, please first check the following points before opening a issues;
Your Wordpress theme is made for the new full page editing
If this is the case, please take note these block styles are not compatible for any themes that support full page editing.
This could be for example the TwentyTwentyTwo theme.
You can do the following options;
- Use an older theme like TwentyTwentyOne
- Disable the block options
My theme has an option that does not show on the Magento 2 side
This can mean 2 posible things;
- Your custom option has no styles on the Magento side
- Your custom option creates inline styles on the Wordpress side
If it is option 1 you also have an class that with that custom option, simply add the required styles to that class.
if it is options 2 then there is nothing you can do for now, except disable the option on the Wordpress side.