WordPress XML-RPC Patch For metWeblog newPost() Method
I have been doing some work with the XML-RPC functionality of WordPress and ran into a problem with the metWeblog.newPost() method. The problem? If you try to post a dateCreated value you actually get an error. At first I thought it was the format of the date/time that I was trying to post. So of …