Hello,
I'm running a blog on a shared host (GoDaddy). It has two ping services set:
http://rpc.pingomatic.com/
http://blogsearch.google.com/ping/RPC2
However, it looks like those aren't working. I used http://redalt.com/Tools/Pingomation and it couldn't find anything. I also searched on Google's blog search and couldn't find anything either. It's been 2 or 3 weeks and I've published over 10 articles, so there should be pings.
Any ideas?
The only thing I can think of is I removed these:
remove_action('wp_head', 'rsd_link');
remove_action('wp_head', 'wlwmanifest_link');
remove_action('wp_head', 'index_rel_link');
remove_action('wp_head', 'start_post_rel_link', 10, 0);
Could one of those cause a ping not to work?
Thanks.