Support » Fixing WordPress » How to allow multiple pingbacks at the same time?

  • Sometimes when I make posts, I refer to multiple past articles which means the requirement of multiple pingbacks but these things only happen one at a time, and I have to re-edit/update the post in order for the other pingbacks to properly register.

    Is there some configuration function in the WordPress files for this?

    The idea is something similar to this, http://www.geeklog.net/article.php/trackback-pingback , which says:

    // how to handle pingbacks from one article on our site to another:
    // 0 = skip, 1 = allow, with speed limit, 2 = allow, without speed limit
    $_CONF[‘pingback_self’] = 0;

  • The topic ‘How to allow multiple pingbacks at the same time?’ is closed to new replies.