Wordpress Tip: Get an RSS feed from a Tag and from a Search!
While working on TDO-Forum, I had to generate a RSS feed for new “forum posts”, not just posts but posts and comments. So I was digging into the RSS feed code. And I discovered something kind of neat.
I knew you get an RSS feed for posts with a specific tag in Wordpress 2.3. I used it on the TDO Mini-Forms plugin as a news page. But did you know you can get an RSS feed for a search too? Neither the tag nor the search rss feed seem to be really support by template tags so you can’t really access them normally within a theme or from a Wordpress enabled webpage.
Read More…