The xml-rpc tag has no wiki summary.
9
votes
1answer
2k views
WordPress as XML-RPC client?
I want to sync post edits on two sites. Test environment, not production. Single direction (site A to site B, but not backwards).
Basically I edit post at my local test stack and same post (part of ...
0
votes
1answer
207 views
Post via wp-admin and via iOS app, same hooks and triggers involved?
I've got an add_action in functions.php, the action is for save_post and the function I'm running I've named set_attachment_url. I'm simply getting the first attachment on a post and setting a custom ...
1
vote
2answers
684 views
wordpress inserting posts programatically through a url
I have to insert posts programatically in Wordpress. I want that I should be able to publish posts via a url. Something like ...