refinerycms-blog icon indicating copy to clipboard operation
refinerycms-blog copied to clipboard

Disable RSS Feed

Open joebutler2 opened this issue 6 years ago • 2 comments

Looking at app/views/refinery/blog/shared/_body_content_right.html it appears that the rss_feed partial is always rendered.

I need to disable the RSS feed for my current project. How would I go about doing that? I'm assuming by using one of the override rake tasks.


When I have more time I would like to add a feature to have this be apart of the settings menu in the admin. Similar to the comments toggle.

joebutler2 avatar Oct 02 '19 21:10 joebutler2

Running bundle exec rake refinery:override view=refinery/blog/shared/_body_content_right did the trick. I'll look for the time to implement the feature previously suggested.

joebutler2 avatar Oct 03 '19 14:10 joebutler2

My current project also needs the ability to disable tags. I'll add that to the feature list.

joebutler2 avatar Oct 03 '19 17:10 joebutler2