I would like to add a post to my Wordpress blog (my own hosting) from outside this blog using PHP. In short, I would like to do something like this:
http://www.mywebsite.com/addPost.php
Adds an example post to my blog and all I need. How to do it?
source
share