Blog Extension for Magento2

Maintainers

Package info

github.com/viraxpress/Blog

Type:magento2-module

pkg:composer/viraxpress/blog

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-06-02 09:06 UTC

This package is auto-updated.

Last update: 2026-06-10 09:34:31 UTC


README

A Magento 2 blog extension that provides a complete blogging system with frontend blog pages, blog author pages, categories, tags, topics, comments, likes, newsletter subscription, and admin management for all blog entities.

Description

ViraXpress_Blog adds a feature-rich blog solution to Magento 2 stores. It includes CMS-style blog post pages, category and tag filtering, author pages, searchable blog content, and a full admin interface for managing posts, categories, tags, topics, authors, comments, and likes.

Features

  • Frontend blog listing and blog post detail pages
  • Blog categories, tags, topics, and authors
  • Blog post comments and like functionality
  • Newsletter subscription and unsubscribe endpoints
  • Frontend search suggestions for blog posts, categories, tags, topics, and authors
  • Adminhtml management grids and forms for:
    • Blog posts
    • Blog categories
    • Blog tags
    • Blog topics
    • Blog authors
    • Blog comments
  • Related posts and related products blocks for storefront integration
  • Custom router and SEO-friendly blog URLs
  • Magento admin ACL support for blog management actions

Compatibility

  • Magento 2.4.x

Installation

  1. Install the extension via Composer:

    composer require viraxpress/blog
  2. Run the following commands from your Magento root directory:

    php bin/magento module:enable ViraXpress_Blog
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy
    php bin/magento cache:flush
    

Support

For support, please contact ViraXpress at https://www.viraxpress.com or refer to the license agreement.

License

This extension is licensed under the ViraXpress license agreement. See https://www.viraxpress.com/license for details.