• Hi!

    Pingbacks/trackbacks never worked from the beginning. Each time someone write about my blog and links to one of my posts, I should be able to approve and have that excerpt in the linked post. I never was able to do that with any of my incoming links, etc. My hosting provider isn’t blocking access to the xmlrpc.php. I have looked everywhere for a solution to fix this, but I am unable to find a answer. Any help is really, really appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Do you have this custom function installed?

    function check_referrer() {
    if (!isset($_SERVER[‘HTTP_REFERER’]) || $_SERVER[‘HTTP_REFERER’] == “”) {
    wp_die( __(‘Please enable referrers in your browser, or, if you\’re a spammer, bugger off!’) );
    }
    }
    add_action(‘check_comment_flood’, ‘check_referrer’);

    If so, get rid of it.

    My blog use to pingback automatically and it was automatically allowing leaving comments on each post but for some reason it is not automatically pingbacking and i need to do in manually for each post to pingback and allow comments.What can the problem be?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pingback/Trackback Problem’ is closed to new replies.