I have just updated my blog with the latest WordPress 2.6.1. I tend to skip the newer version most of the time because it is usually buggy when a new version come out. After updates, I will always need to remember to install back my autoping specifically for PetalingStreet (PPS)
Liewcf have written previously about AutoPing PPS from WordPress 1.5 but because the version had changed. It is best that we edit them manually from the latest version.
It is very simple, all you need to do is to edit “edit-form-advanced.php”.
- Go to wp-admin
- Look for “edit-form-advanced.php”
- Go to line 283
- Look for
value="' . attribute_escape( str_replace("\n", ' ', $post->to_ping) ) .'"
- add PPS Trackback link as follows (assume it is http://www.petalingstreet.org/ping/
value="http://www.petalingstreet.org/ping/ ' . attribute_escape( str_replace("\n", ' ', $post->to_ping) ) .'"
Note: Change the petaling street trackback url to the actual given to you when you register yourself with PPS.
There is cons to this because if you accidentally publish a post, it will be broadcast almost instantly. Unless you schedule them to be posted later.






