Continuing my article on Simple WordPress XMLRPC with IXR_Library Class, I will share about how to use metaWeblog.getPost, metaWeblog.getRecentPosts and metaWeblog.deletePost. I combine these three APIs in the article because it is easy to use and ...
XMLRPC
Create New Category on WordPress with wp.newCategory and IXR_Library
Still related to my previous article about the XMLRPC and IXR_LIbrary. This time I will discuss how to create a new category in wordpress via XMLRPC with wp.newCategory remote API. Who still did not fully understand IXR_Library and XMLRPC can read in ...
How to Upload using WordPress MetaWeblog.newMediaObject and IXR_Library
Continuing my XMLRPC article, I will show how to use wordpress image upload metaWeblog.newMediaObject and IXR_Library. I still to use IXR_Library class to upload media remotely on wordpress, where previously I apply to my article on Remote wordpress ...
Remote posting wordpress with XML-RPC metaWeblog.newPost and IXR_Library Class
WordPress has supported MetaWeblog API that Allows external programs to get and set the text and attributes of weblog posts.To create a new posting remotely, requiring metaWeblog.newPost as XML-RPC API communication protocol. Read MetaWeblog API ...
Simple wordpress xmlrpc with IXR_Library Class
XML RPC in wordpress function is activated automatically from wordpress version 3.5. By utilizing this function, we can send, edit, or delete posts without login to our wordpress blog dashboard. IXR_Library Class is a PHP class that allows us to ...