nephila / djangocms-blog

django CMS blog application - Support for multilingual posts, placeholders, social network meta tags and configurable apphooks
https://djangocms-blog.readthedocs.io
BSD 3-Clause "New" or "Revised" License
391 stars 192 forks source link

Get blog categories in blog list #796

Open trsh opened 3 months ago

trsh commented 3 months ago

Description

in /blog i would like to also have all categories, to create something like in below example

image

Use cases

The image above

Proposed solution

BaseBlogListView could return these categories, in same fashion as the categories plugin. But I am sure djangocms-blog authors know a better solution.

Alternatives

Alter the view in library folder :/

Additional information

Let me know if there is a way todo it right now, without this FR