When I try to publish my posts from Ulysses application I get the following error message.
- Unable to connect to wordpress
The solution for this is to install a plugin called Rename XMLRPC
. Below are the steps I took to fix the issue
- Login to your WordPress hosting site and access the File Manager and locate your
XMLRPC.PHP
file. You will find this file underpublic_html
folder - Download a copy of this file, just in case if you ran into any issues you can restore it.
- Now, rename the file to what ever you like. I renamed it to
xmlrpc_20240317_orginial.php
- Install the
Rename XMLRPC
by going to to your WorkPress plugins section and click onAdd New Plugin
and in the search bar typeRename XMLRPC
and locate the plugin and click install.
- Next, click on the
Plugin File Editor
and you see a workingHeads Up!
click onI understand
. Then from theSelect plugin to edit
dropdown select theRename XML RPC
and clickSelect
- Locate
xmlrpc.php
and replace with the name you choose to rename in the step 3. In my case I renamed it toxmlrpc_20240317_orginal.php
and click Update File. It the one 14 in my below screenshot.
- Go back to
Plugins and click on Installed Plugins
and find theRename XMLRPC
plugin and clickActivate
- Finally now jump back to Ulysses application. Select any of your post and click publish to WordPress. There you type your WordPress url.
https://yourdomain-name/xmlrpc_20240317_orginial.php
- It will ask you to login into your WordPress account.
- That’s it you are done.