Remove comments

Viewing 2 posts - 1 through 2 (of 2 total)
  • #15806
    ninostar
    Participant

    Hi,

    How do I remove comments? It doesn’t help if I disable commenting in dashboard…

    Kind regards,

    Boki

    #15813
    Daniel Tara
    Keymaster

    Disabling comments from Settings is only available for future posts. For existing posts and pages you need to disable them manually for each of them or you can do an SQL query like this:

    UPDATE wp_posts SET comment_status = 'closed', ping_status = 'closed';
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.