Blogger: how to provide label/tag feeds
By default, blogger will only render links to the pages where you can read all entries with given labels:
If you want to expose a feed so that people can subscribe to receive only entries with the given label, here's what you need to do:
- Go to the Template -> Edit HTML tab on your feed management page:
- Make sure to check "Expand Widget Templates"
- Do a "find" for "data:labels". That will take you to the markup where the labels are iterated to build the links. ...

Read full article