-
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
Related posts:
- Using Classdroid with any WordPress site Classdroid allows you to upload to any wordpress site. PrimaryBlogger...
- WordPress Timthumb vulnerability I don’t usually blog about vulnerabilities but Timthumb is being...
- Supporting Kindle devices in WordPress You don’t need to do any custom css or xlst...
- WPMU plugin – All site feeds I am in the process of feeding primary blogger to...
- WordPress Varnish Cache Config / VCL What is this for non-technical folks? WordPress sucks at delivering...