• I have a fairly long comment thread here and for some reason, the comment box has disappeared and when I go to the edit page, my checks next to the “Allow Comments” box do not get saved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter JaneLitte

    (@janelitte)

    Apparently, the “allow comments” checkmark is not saving after unchecking it the first time. Any thoughts?

    My Comment box has disappeared to. Which worries me, because I haven’t made any changes in between. Suddenly, no one, not even me, is able to comment on my posts.

    See this blog message

    Strange, isn’t it?

    I’m also having this problem, has anyone figured anything out?

    this worked for me: Thanks to Pavlos:

    1) You must have access to use SQL commands on your database, like for example with phpMyAdmin.
    2) Select your WP database and click on the SQL tab.
    3) Paste and run the following SQL command.

    UPDATE wp_posts SET comment_status = ‘open’, ping_status = ‘open’ WHERE comment_status = ‘closed’;

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Comment box disappears, Allow comments not saving’ is closed to new replies.