sebtech / magento-blog
A very simple and free Magento blog plugin.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.4.0
This package is not auto-updated.
Last update: 2025-07-02 13:28:59 UTC
README
This Magento 2 plugin adds blogging functionality to your Store.
Requirements
- Magento 2.4 (Tested 2.4.3^)
- PHP 7.4
Features
- Still in BETA. Found a bug or need support? Create an issue.
- Creating, Deleting, Updating, Viewing of Blogs.
- Individual Blogs can be enabled/disabled.
- Full support the Magento Page Builder.
- Toggle to put link in menu and/or footer-menu.
Installation
Run the following commands:
- composer require sebtech/magento-blog
- bin/magento module:enable SebTech_Blog -c
- bin/magento setup:upgrade
- bin/magento setup:di:compile
How to use
See the backend admin:
Under configuration:
- Render Blogs
Set this value to Yes to render all the available blogs the frontend and make the route available.
- Add Link In Footer
Set this value to yes if you want to put a link to the blogs inside your website footer.
- Add Link In Menu
Set this value to yes if you want to put a link to the blogs in the main menu.