実は、昨日作ったばかりなので、公開していません。
Wordpress.comはアカウントだけです。
ありがとうございます。
早速行ってきました。
結果は
Debug
XML-RPC is not responding correctly ( 403 )
It looks like XML-RPC is not responding correctly. Please make sure XML-RPC is turned on for your site and is set up to respond to all content types. You can test this yourself by running the following command from the command line:
curl -A ‘Jetpack by WordPress.com’ -d ‘<methodCall><methodName>demo.sayHello</methodName></methodCall>’ http://mynotices.wp.xdomain.jp/xmlrpc.php
The answer should be:
<?xml version=”1.0″ encoding=”UTF-8″?>
<methodResponse>
<params>
<param>
<value>
<string>Hello!</string>
</value>
</param>
</params>
</methodResponse>
If you continue to get this error, please check out our troubleshooting guide or contact support
どのようにしたらいいんでしょうか?
よろしくお願いします。