Current version:
Cloud / Self-hosted
This extension/theme cannot be used in a Shopware Cloud shop. Cloud Self-hosted
Support
- Without Support
Plugin details
- Order number: sas6294283137222f
- Manufacturer: shapeandshift
- Version: 1.3.1
- Last update: 5 Feb 2021
- Language support:
- Self-hosted compatibility: 6.3.0.0 – 6.3.0.26.3.1.0 – 6.3.1.16.3.2.0 – 6.3.2.16.3.3.0 – 6.3.3.16.3.4.0 – 6.3.4.16.3.5.0 – 6.3.5.1
Product information
Highlights
- 100% Free & Open Source
- CMS elements for individual design
- Multilingualism
- API/headless friendly output as JSON
Features
- SEO support (URL, Meta Title & Description)
- SEO Template
- SEO Structured Data / JSON-LD
- Authors can be created
- Authors can be displayed in the listing with their avatar and how many posts this author has written
- Intuitive creation of blog categories
- Support of multi-language
- Pagination and number of posts in the CMS element adjustable
- Filtering in the listing of categories & authors
Description
Our free open source blog plugin integrates a blog function in Shopware 6.
- Create Blog Entries
- Create Blog Categories
- Filtering by categories within the storefront
- Authors can be created
- Filtering by authors within the storefront
The plugin is open source and you can find it on https://github.com/ChristopherDosin/Shopware-6-Blog-Plugin . Maintainer of the plugin is https://github.com/ChristopherDosin.
Frequently Asked Questions
- How can I contact you? Send us an email at hello@shapeandhsift.dev or ping @ChristopherDosin in the Shopware Community Slack
Customer reviews
As the owner of this extension you can rate it in the Shopware account
Rate now in your accountAverage customer rating from 2 reviews:
Super Plugin um eine Blogfunktion nachzurüsten.
Das Plugin funktioniert ausgezeichnet um die in Shopware 6 fehlende Blogfunktion nachzurüsten. Die Installation ist problemfrei & funktioniert auch einwandfrei mit mehrsprachigen Webseiten. Allerdings war die erstmalige Konfiguration etwas mystisch. (Zumindest im Shopware Store, der github Link beschreibt alles ausführlich!)
Bitte die kostenlose Version beibehalten!
Super Blog-Plugin
Endlich ein Blog-Plugin, das viele Dinge richtig macht – Kategorien, SEO-Einstellungen, Autoren – so lässt sich damit arbeiten.
Installation manual
During the installation two CMS pages are created, which are responsible for the handling of the blog:
- Blog List
- Blog Detail
- The Blog Entity can be found under Contents->Blog.
Blog Listing & Navigation Display
As the name suggests, the CMS page "Blog List" is responsible for the list view of the blog.
So that everyone can see your blog, create a new category in your page tree and assign the CMS page "Blog Listing" to it. Now all active blog entries are displayed in this list view.
Blog Detail
During the installation a CMS page "Blog Detail" is created, which is responsible for the actual content output of the blog. This blog detail page is stored in the plugin settings. This setting is necessary for Shopware to know which CMS page should be used as Blog Detail view.
You can customize this CMS page as you like or create a completely new one - the CMS page must always contain the CMS block and the element "Blog Detail".
Changelog
Version 1.3.1
- Added DESC sorting to admin blog listing
- Added enable/disable filter for author & category to the blog listing element
- Added enable/disable filter for author & category to the blog detail element
- Added a new publishedAt date field for a blog entry
- Added back button to blog detail page Centered blog detail post with col-md-8 offset-md-2
Version 1.2.13
- Added category slug in seo url template. The SEO template now looks like blog/{{ entry.blogCategories.first.translated.name|lower }}/{{ entry.title|lower }}
Version 1.2.12
- fixed single select element if it's null
Version 1.2.11
- Listing show author is optional, enabled or disabled by the plugin configuration
- Added sas_blog_card_footer and sas_blog_card_footer_author twig block
- Fixed empty placeholder author image styling
Version 1.2.10
- Storefront date locale fix
- Added author to the storefront
- Overhauled general styling of the listing
Version 1.2.9
- Teaser thumbnail size adjusted
Version 1.2.8
- Fixed an issue with structure data of the author
- replaced "read more" title name with the actual article title
Version 1.2.7
- Fixed error if you have a blog listing + blog detail element on the same CMS page
- Removed unnecessary twig filter
- moved single select data resolver to new folder
Version 1.2.6
- Improved single select CMS element & block
Version 1.2.5
- Adjusted date output in blog box template
Version 1.2.4
- Added the possibility to translate categories in non-system language
Version 1.2.3
- fixed and improved language selection while creating an entry, because an entry has always to be in the system language first, before you can switch to another language
Version 1.2.2
- fixed category translated issue in twig template
Version 1.2.1
- removed editor.js
- added missing description translation
Version 1.2.0
- Replaced editor.js with Shopware's default text editor
- Added `Blog Single Select` CMS element, to show a single blog entry card
- Added counter for meta title and description
- Fixed JSON-LD SEO template
- Prepared plugin base for the Blog PRO version
Version 1.1.2
- fixed Blog Plugin kills all meta-Infos from all other pages #20
- fixed Stay on blogpost when saving #14
- fixed Error 500 when using «Raw HTML» in Editor #9