Quick question -- is there an easy way to have a specific feed apply to a parent category and ALL of its subcategories? For example, I have set up the following in browse:
<%if $cat == 184%>
<%block_rss_feed url="http://news.google.com/news?hl=en&ned=us&q=cosmetic+dentistry+&ie=UTF-8&output=rss" title="US Cosmetic Dental News" template="block.rss_feed.html" max_item="5" cache_time="86400"%>
<%else%>
<%block_rss_feed url="http://news.search.yahoo.com/news/rss?p=dental&toggle=1&cop=&ei=UTF-8&eo=UTF-8" title="General US Dental News" template="block.rss_feed.html" max_item="4" cache_time="86400"%>
<%/if%>
This works to put the cosmetic dentistry feed on the one parent category page (cosmetic dentistry 184). Unfortunately, all of the subcategories default to the generic dentistry feed (general dentistry news).


