Hi, I am writing an application to post to WordPress using the Blogger API. Basic posts are now working but when I try and post to a category it doesn' work. I found this page about the function xmlrpc_getpostcategory not working, so I changed mine accordingly but it didn't fix the problem. In the content field of the XMLRPC message I am putting: <title>The Post Title</title> <category>test</category> This is the content The title is being found as well as the actual content but the category not, everything is going in Uncategorized. I have have a "test" category before you ask!!! Does anyone have an experience in this? Thanks, Gary