On 25 Nov 2005, at 13:13, Steve Garfield wrote: > How do you have a separate feed for each category in WordPress?
At its simplest, like this: Say your blog is in a directory called 'wp', and your category is called 'video'. You can find the id of the category in the admin interface by looking at the url of the edit button for that category, eg: http://www.yourdomain.com/wp/wp-admin/categories.php? action=edit&cat_ID=13 So, the video category's id in the WordPress database is '13'. If you have url_rewriting enabled (so that post slugs work, for example) then your feed is at: http://www.yourdomain.com/wp/category/video/feed/rss2/ or, without url_rewriting: http://www.yourdomain.com/wp/?feed=rss2&cat=13 HTH, Christian ------------------------ Yahoo! Groups Sponsor --------------------~--> 1.2 million kids a year are victims of human trafficking. Stop slavery. http://us.click.yahoo.com/WpTY2A/izNLAA/yQLSAA/lBLqlB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/videoblogging/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
