wn-blog-plugin
wn-blog-plugin copied to clipboard
Blog plugin for Winter CMS
Heya! I noticed a bug recently in the Blog plugin: I don't exactly know when or why it happened, but as of recently, footnotes are no longer properly parsed. I...
Fix #43 Cms/Classes not found when CMS module isn't loaded in config/cms.php
Hi, I am mainly using WinterCMS as a backend+api with JS framework as front-end (React, Vue...). Most of the time I **disable CMS module** in config/cms.php (loadModules). Blog plugin was...
Hello I was wondering the following: What if you have a blogpost, which is NOT translated? Currently, it will add an URL to the sitemap like `https://www.wintercms.com/fr/blog/my-first-post` because `my-first-post` is...
All the four components of this plugin use model helper methods `setUrl` on `Post` and `Category` models which generate the blog or category url from the corresponding page passed in...
As of today, the `Categories` component displays a list of all categories of a blog. I suggest that the `Categories` component should be able to filter a list of children...
Fix #26
Hi, i figured out a possible misconfiguration of the 'Winter\Blog\Models\Post' featured_images relation. Postgresql reports the following error: STATEMENT: select * from "system_files" where "system_files"."attachment_id" in (1) and "system_files"."attachment_type" = $1...