- I didn’t actually try this one (misdirection!) but it could be your issue. Shared hosting can block access to the
/xmlrpc.php
file. This plugin can help you get around that.
https://wordpress.org/plugins/rename-xml-rpc/
Be sure to also follow the installation instructions: https://wordpress.org/plugins/rename-xml-rpc/#installation php-xmlrpc
is not installed.sudo apt-get install php-xmlrpc
. Thensudo service apache2 restart
. Not my issue, but kept on looking.php-xml
not installed.sudo apt-get install php-xml
. Thensudo service apache2 restart
. This was my issue!
Always Redirect User to Translated Pages with the WPML Plugin for WordPress

The Context I recently worked on my first translation site for WordPress. We used the WPML (WordPress Multilingual) plugin. The client wanted to have all pages that had an associated translation automatically have users whom have set their browser language to be redirected to the translated page…every time. There is a setting with the value … Continued