how can I post html content to wordpress with xmlrpc?

Posted by GeoffreyF67 on Stack Overflow See other posts from Stack Overflow or by GeoffreyF67
Published on 2010-06-16T18:02:24Z Indexed on 2010/06/17 3:13 UTC
Read the original article Hit count: 301

Filed under:
|
|

I've got a script to post some data to wordpress using xmlrpc.

If I use a simple string for the body like "This is a test" it works fine.

However, if it has any HTML formatting in it, it gets horribly mangled when trying to add the post.

How do I post html content to wordpress with xmlrpc?

G-Man

© Stack Overflow or respective owner

Related posts about Wordpress

Related posts about xmlrpc