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.
Yes, this is possible
- Create a new template view called tagfeed.rss and then copy the contents of feed.rss into it.
- Replace
{{#recentEntries}}
with the following on line 8:
{{#tagged}}{{#entries}}
- Replace
{{/recentEntries}}
with the following on line 19:
{{/entries}}{{/tagged}}
- 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!
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 answerPlease can you email us a link to your feed and we'll take a look at the specifics
Answered a year ago · Edit answerHello! 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 answerI 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