Is there a way to have the RSS feed <title> field include the name of the category or be the name of the category?
Using WordPress 1.5
Would there be a way to get the title of the category into the RSS feed?
For example, I have a blog called “MyBlog” and it has a category “Pies”. Is there a way to get the wp-rss2.php?cat=9 script to show “Pies” as the title in the RSS feed instead of “MyBlog”? The archive page shows that this is an archive of category “Pies”, but the rss feed generated by the category constrained script only shows the title “MyBlog”.
Any pointers?
Thanks in advance.