xrogers / Shopware-6-Blog-Plugin

This Shopware 6 plugin adds a blog functionality to Shopware 6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shopware 6 Blog Plugin

After the plugin installation you can find the entity if you hop to content -> blog.

Blog listing view

Blog overview page with categories

blog detail view

Configuration

The plugin makes use of two CMS Elements which are part of two different CMS Layouts. During the plugin installation those two CMS pages will be created for you:

  • Blog Listing Page which contains a Blog Detail element
  • Blog Detail Page which contains a Blog Listing element

Within the plugin configuration the Blog Detail Page ID is assigned, so Shopware knows which CMS Page to use for the detail page.

Menu entry

You need to create a new category within your category tree and assign the Blog Listing CMS Page.

Category entry

After this you will see all blog articles within your menu/category entry in the storefront.

CMS Listing Element

Currently you can only set the number of posts showing per page for the pagination.

CMS Listing element configuration

Pagination within the storefront

SEO Url

Within the Settings > SEO page you can define the structure of the URL to your blog detail page where you can also select from all available variables.

SEO URL template

RSS Feed

For access RSS Feed url you can use this path /blog/rss Example(http://Your-domain/blog/rss)

About

This Shopware 6 plugin adds a blog functionality to Shopware 6


Languages

Language:PHP 47.0%Language:Twig 28.5%Language:JavaScript 19.1%Language:SCSS 5.3%Language:Shell 0.1%