This fixed my issue
add_filter(‘xmlrpc_enabled’, ‘__return_true’);
You can add this code to your wp_config.php after the line require_once(ABSPATH . ‘wp-settings.php’);
Also if I browse to /xmlrpc.php?rsd I get the following
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<rsd xmlns=”http://archipelago.phrasewise.com/rsd” version=”1.0″>
<service>
<engineName>WordPress</engineName>
<engineLink>http://ww.wp.xz.cn/</engineLink>
<homePageLink>http://www.jariangibson.com</homePageLink>
<apis>
<api name=”WordPress” blogID=”1″ preferred=”true” apiLink=”http://www.jariangibson.com/xmlrpc.php”/>
<api name=”Movable Type” blogID=”1″ preferred=”false” apiLink=”http://www.jariangibson.com/xmlrpc.php”/>
<api name=”MetaWeblog” blogID=”1″ preferred=”false” apiLink=”http://www.jariangibson.com/xmlrpc.php”/>
<api name=”Blogger” blogID=”1″ preferred=”false” apiLink=”http://www.jariangibson.com/xmlrpc.php”/>
</apis>
</service>
</rsd>
I do use CloudFlare and have bypassed it along with using another direct link that doesn’t use CloudFlare at all.