oEmbed work on localhost but not on distant server

It’s a missing configuration on the apache hosts file which cause troubles on serveur ‘self call’. For exemple, if serveur is using domain.com, I’ve a timeout when I typing curl domain.com with shh. Adding 127.0.0.1 domain.com in /etc/hosts file and it’s work !

Issues when moving from server to MAMP

The :8888 is the port your local Apache server is listening on and isn’t actually part of the url. To use your own custom domain name locally open up your host file sudo nano /etc/hosts and add this line to the bottom 127.0.0.1 custom-domain.dev Then add your domain to wp-config.php: define( ‘WP_HOME’, ‘http://custom-domain.dev’ ); define( … Read more

I’m think I’ve found a bug with JetPack 1.7 [closed]

Jetpack support kindly replied: This could be an issue with the After the Deadline module. When you update a post, WordPress makes a call to the service (service.afterthedeadline.com) to spellcheck your content, and it seems an error occurs during the connection. Could you try deactivating the Spelling and Grammar module Disabling it DID fix the … Read more