I am trying to run wordpress RPC methods with node-wordpress library but as there is no documentation at all, I am not sure what’s the proper way to run it.
Could you please show some examples if you had a chance to work with it?
I am trying to run wordpress RPC methods with node-wordpress library but as there is no documentation at all, I am not sure what’s the proper way to run it.
Could you please show some examples if you had a chance to work with it?
You must be logged in to post a comment.
I’ve managed to get it done by reading the module itself.
First you start the client:
than to add a post, for instance, just make the following call:
All the documentation for wordpress is in http://codex.wordpress.org/XML-RPC_WordPress_API/Posts
Hope that helps.