Forums

how do i turn comments on for all posts after ive turned them off (4 posts)

  1. contentfreak
    Member
    Posted 2 years ago #

    i have over 500 posts in my site and when i posted them i turned the comments off
    is there a way to turn them on for all posts?

  2. vtxyzzy
    Member
    Posted 2 years ago #

    If you can use phpMyAdmin or another tool to issue a SQL command, try this AFTER YOU BACK UP THE DATABASE:

    UPDATE wp_posts SET comment_status='open' WHERE post_status='publish' AND comment_status='closed'

  3. contentfreak
    Member
    Posted 2 years ago #

    it worked! thank you very much!

  4. vtxyzzy
    Member
    Posted 2 years ago #

    Great! Please mark this topic 'Resolved'.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags