How To Setup Blog In Magento 2

I have a Magento 2 store, I would like to setup a blog for my Magento 2 site. However does not want to use CMS like WordPress

You can search Magento 2 blog extension from Magento 2 marketplace like following

https://marketplace.magento.com/catalogsearch/result/?q=Blog

To install Magento 2 extension

  1. Via FTP client
    • Connect to your server via FTP client
    • Unzip the extension and upload into Magento 2 root directory
    • Run the command to updates, compile and deploy the software
      php bin/magento setup:upgrade
      php bin/magento setup:di:compile
      php bin/magento setup:static-content:deploy
  2. Using Composer
    • If your server support “Composer”, you can run the following command to install the Magento 2 extension
      composer require vendorname/module-name
      php bin/magento setup:upgrade
      php bin/magento setup:di:compile
      php bin/magento setup:static-content:deploy
  3. Magento 2 Installation Service
    If you have an issue with Magento 2 extension installation you can always request Service via Contact Us
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments