Hello,
I'm just getting start with the wordpress xml-rpc.
The wp.newPage seems to be for creating new page -- not post. So, my only choice is metaweblog.newpost, but, there is no slug parameter in this mehod. So how can I specify the slug? I know that it's possible as I've been seeing some softwares able to do this.
I'm using IXR library for php, so, if possible, please provide some example in php.
I found that there're very few resources (tutorials and references) on developing wp xml-rpc applications. The reference is not complete neither. For example, this page; http://codex.wordpress.org/XML-RPC_w , when you look at the wp.newPage, what is the wp_page_parent_id for? No description at all. I'd be really appreciate it if anyone will point me to a comprehensive resource on this issue.
Thank you.