I need to add entry from custom script to wordpress blog, how to do this?
I need to add entry from custom script to wordpress blog, how to do this?
bump
Dont get my question?
Instead of bumping (which is considered rude manner around here) you should take some time to describe more clearly what is it what you want.
Thanks for your comment, moshu.
Well, I have a script, that, in some way gather information, and I need to add this information to my wordpress blog.
So what code I should use to do this.
I need something like this:
<? $addentry=message;
$title=mytitle;
?>
I mean, I need a code that can add entry automatically by script, not by hands.
Does this help? http://codex.wordpress.org/XML-RPC_Support
This topic has been closed to new replies.