Log in Sign up

RSS feeds per tag?

Apologies if it's been asked but are there (or can there be?) dedicated RSS feeds per tag? It would be nice to have these split out to triage posts out to different services automatically.


9 months ago, 5 replies   developers   rss   tags   Edit question

Yes, this is possible

  1. Create a new template view called tagfeed.rss and then copy the contents of feed.rss into it.
  2. Replace {{#recentEntries}} with the following on line 8:
{{#tagged}}{{#entries}}
  1. Replace {{/recentEntries}} with the following on line 19:
{{/entries}}{{/tagged}}
  1. Now you can access a RSS feed of all posts tagged 'Apple' at the following URL:
https://your-blog.com/tagfeed.rss?tag=apple

Just update the query tag as needed!

Answered a year ago · Edit answer

Not my question originally, but this doesn't work for me. I've created the tagfeed.rss view and can access/subscribe to it in my feedreader, but if I add the query tag (any query tag) zero entries are displayed. Any idea why that could be?

Answered a year ago · Edit answer

Please can you email us a link to your feed and we'll take a look at the specifics

Answered a year ago · Edit answer

Hello! I've tried to do the same and just wondering if there were any updates or changes to the approach as a result of your offline conversation?

Answered 9 months ago · Edit answer

I can't remember to be honest – probably a typo if I had to guess. But please either post or email a link to your feed and I'll work out what's going on

Answered 9 months ago · Edit answer