Advertisement
Guest User

XMLRPC issue with Wordpress.com

a guest
Mar 7th, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. $title = 'Awesome article';
  2. $content = 'Lorem ipsum dolor sit amet...';
  3. require_once APIS_PATH.'/MetaWebLogAPI.php';
  4. $meta = new MetaWebLogAPI( 'hemantofearth.wordpress.com', '/xmlrpc.php', 1, 'hemant22', '********');
  5. return $meta->Post( $title, $content );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement