WordPress Tip: Custom RSS feed excluding one or more tags
The problem: I wanted to create an additional/alternative/extra RSS feed for a WordPress 2.7 blog that excluded posts with a given tag.
The reason there's not a straightforward way of handling this problem is because WP inexplicably doesn't offer any built-in tags/filters for excluding tags for a query the way it does with categories; plus [...]