• hello there

    i am going crazy with the comments posted on my blogs, i have like 10 blogs and the amount of spam posted is incredible, now i have done the following in order to fix the issue, but did not work at all:

    1) i deleted the comments template from the presentation > templates editor, so that the form field is not present anymore

    2) i have first emptied from mysql all the comments for all blogs and then i ran this command :

    Globally disable comments for all users
    UPDATE wp_posts SET comment_status = ‘closed’;

    from the sql line but nothing happened, so what is the best way for fixing this once and for all? deleting the wp_comments from sql? i really do not want have to deal with this anymore so we need a good STRONG fix

    thanks

    gabrio

  • The topic ‘Permanently disabling SPAM COMMENTS’ is closed to new replies.