Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    For reference, I don’t believe sending pingbacks works on post-publish-edits. So when you edited your post to add a link to Tim’s, he’s not going to get a pingback from that.

    Also, I noticed that you seem to be using some kind of hack to allow your post permalinks to be in the root of the URL? That could be what’s breaking your pingbacks. If WordPress cannot work out exactly what post the pingback URL is referring to, then it will discard it.

    Trackbacks work in a different way, and so they don’t have the same sort of issue there.

    Thread Starter saphod

    (@saphod)

    Hi Otto42,

    thanks for your quick answer!

    Yes, it makes sense that pingbacks may not work on post-publish-edits, that is something I can understand.

    I just sent a new pingback to Tim from saphod.wordpress.com, but it didn’t get there, either.

    Which makes me think of your last assumption: the permalink structure in my weblog is set to the custom structure “/%postname%/” which was offered in the option from the beginning. It seems that Tim uses the same option here.

    So, if I change it to date and name based e.g. “mydomain/2007/05/10/sample-post/”, do you think it would work? And what will happen to all my links? I guess they won’t be found anymore… well, I have the google sitemap generator plugin installed… I guess it will recreate the links of the sitemap.xml file which will then be crawled by google again… and: if your suggestion works out, then that would be just a small tribute… ??

    Thread Starter saphod

    (@saphod)

    OK, I have tried all offered options on permalinks and tried to pingback me via saphod.wordpress.com AGAIN, but none of it works… I have switched back to /%postname%/ for now…

    Why do pingbacks work on e.g.
    https://alexking.org/projects/wordpress/popularity-contest

    who doesn’t seem to use the normal date and name based option???

    Freaking out AGAIN! ??

    BTW:
    How can I learn more about how pingbacks really work, I mean on a “programming level” and how that is “technically integrated” into wordpress?

    Thread Starter saphod

    (@saphod)

    OK, problem is solved. I was using the “Anti-Spam-Image” comment captcha plugin which suppressed the incoming pings. After deactivating everything works fine…

    i found better solution, this was not cool with me:

    xmlrpc.php, add below code after $_COOKIE = array();

    if ( !isset( $HTTP_RAW_POST_DATA ) ) {
    $HTTP_RAW_POST_DATA = file_get_contents( ‘php://input’ );
    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Pingbacks – Issues With Incoming Pings’ is closed to new replies.