WordPress enable RPC XML site wide.

Create a plugin in wordpress and paste in:

add_filter( ‘pre_option_enable_xmlrpc’, create_function(‘$a’, ‘return true;’) );

OR

Download & install this plugin

Leave a Reply

Your email address will not be published. Required fields are marked *