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
392 stars 192 forks source link

Add the ability to exclude certain RSS items from feed #663

Closed g3rb3n closed 1 year ago

g3rb3n commented 3 years ago

Description

Add the ability to exclude certain RSS items from feed

Use cases

Someone want's the article on the site, but does not want to send notifications through RSS.

Proposed solution

Add a "Include in RSS feed" setting to Blog Post admin.

Alternatives

Extend Blog Post and build separate RSS feed that filters on this setting.

Additional information

None