Nascondere tutti i commenti
Eseguire la query SQL seguente:
UPDATE TABLEPREFIX_posts SET comment_status="closed";
Nascondere i commenti nei post dove non sono presenti
UPDATE TABLEPREFIX_posts SET comment_status="closed" WHERE comment_count=0;
Eseguire la query SQL seguente:
UPDATE TABLEPREFIX_posts SET comment_status="closed";
UPDATE TABLEPREFIX_posts SET comment_status="closed" WHERE comment_count=0;