How to create RSS for specific category??
Is there some kind easy tag??
How to create RSS for specific category??
Is there some kind easy tag??
See if http://wordpress.org/support/topic.php?id=17396 helps. Seems to be the same question/solution as what you're looking for.
Thank you..i did the search for those topic...but i didn't find that one
Thank you again for pointing that to me :)
Any WordPress query can be turned into a feed. If you aren't using permalinks, just slap feed=rss2 onto the query string. Ex:
index.php?cat=1&author=2&year=2005&feed=rss2
For permalinks, simply stick /feed/ onto the end of a permalink.
/archives/category/general/feed/
BTW, using index.php is preferred over wp-feed.php.
This topic has been closed to new replies.