• I just checked my WordPress blog and found that I have more than 153458 Pings on old posts. I want to get rid of all these pingbacks from my site’s Database. I can delete Pings on old posts manually but it will take a huge amount of time and hence its not feasible.

    I tried this query but it didn’t work out

    DELETE FROM wp_comments WHERE comment_type = ‘pingback’;

    Any help is much appreciated.

  • The topic ‘Delete All WordPress Pings From Old Posts’ is closed to new replies.