• Hello,
    In my site trackback and pingback doesn’t work anymore. In past, it was working, but now there is a problem i thing.

    In Options -> Discussion menu in administration panel,
    “Allow link notifications from other Weblogs (pingbacks and trackbacks.)” box is checked, by the way.

Viewing 3 replies - 16 through 18 (of 18 total)
  • I have a similar problem. I just started blogging a few months ago and installed WP 2.0.x version. I was never able to display pingbacks or trackbacks on my blog.

    I read in this support forum that upgrading to 2.1 will solve the problem. I have since upgraded – but I still do not see any pingbacks or trackbacks to my blog.

    the blog address is http://www.iqi-sm.com/blog/

    I do have the header information in place, the xmlrpc.php file and `<!–
    <?php trackback_rdf(); ?>
    –>` in my comments.php file.

    I also have the relevant boxes checked in the discussion options. I do have the email required option checked.

    This not working is driving me up the wall. Please help.

    solution (works for me):
    add code below after $_COOKIE = array ();

    if ( !isset( $HTTP_RAW_POST_DATA ) ) {
      $HTTP_RAW_POST_DATA = file_get_contents( 'php://input' );
    }
Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Trackback and pingback does not work!’ is closed to new replies.