Blogger template syntax (Label RSS feeds)

klax

New Member
I'm wondering if anyone knows how to create a rss feed URL in the Labels Gadget within google blogger?I need to have and RSS feed link after each label search link.I have checked these pages:http://support.google.com/blogger/bin/answer.py?hl=en&answer=46888http://support.google.com/blogger/bin/answer.py?hl=en&answer=46888and cannot find any solution.I could hard link the feed URLs but then would have issues if the labels change.Here's the code for this section in the Labels gadget:\[code\] <b:loop values='data:labels' var='label'> <p> <b:if cond='data:blog.url == data:label.url'> <span expr:dir='data:blog.languageDirection'> <a expr:dir='data:blog.languageDirection' expr:href='http://stackoverflow.com/questions/10927715/data:label.url'> <data:label.name/> </a> </span> <b:else/> <a expr:dir='data:blog.languageDirection' expr:href='http://stackoverflow.com/questions/10927715/data:label.url'> <data:label.name/> </a> </b:if> <b:if cond='data:showFreqNumbers'> <span dir='ltr'>(<data:label.count/>)</span> </b:if> <b:if cond='data:blog.url == data:label.url'> <span style='margin-left:1em;'> <a expr:dir='data:blog.languageDirection' expr:href='http://stackoverflow.com/questions/10927715/data:label.url'> <img src='http://2.bp.blogspot.com/-XqVwdzsG73g/T9A44Jq3OPI/AAAAAAAAAA0/RTd9pAVWy9s/s1600/rss-icon.gif' style='vertical-align:middle;'/> </a> </span> <b:else/> <span style='margin-left:1em;'> <a expr:dir='data:blog.languageDirection' expr:href='http://stackoverflow.com/questions/10927715/data:label.url'> <img src='http://2.bp.blogspot.com/-XqVwdzsG73g/T9A44Jq3OPI/AAAAAAAAAA0/RTd9pAVWy9s/s1600/rss-icon.gif' style='vertical-align:middle;'/> </a> </span> </b:if> </p> </b:loop>\[/code\]As you can see from the code sample the Label name is linked to a search URL for any posts with that label attached to them. I would like the RSS image ICON that i have created to link to the rss feed URL for that particular label.Thanks a heap in advance :)
 
Back
Top