Compdigitec Labs

« | Home | »

Debugging comments on old posts in WordPress

By admin | March 7, 2011

Sometimes on a WordPress blog all comment entry points on old blog posts will stop working. This can be caused by a number of problems:

  1. Posts are set to expire. If you select the option “Automatically close comments on articles older than x days” under Settings->Discussion, then posts will automatically close comments after x days.
  2. Your blog is not set to enable commenting. Enable “Allow people to post comments on new articles” under Settings->Discussion.
  3. The specific post is not allowing comments. Edit the post in question and under the “Discussion” section ensure both “Allow comments” and “Allow trackbacks and pingbacks on this page” are both selected.

If the above three steps still do not help, then you can run the following database queries to enable comments globally:

UPDATE wp_posts SET comment_status = REPLACE (comment_status, 'closed', 'open') WHERE post_status = 'publish' AND post_type = 'post';
UPDATE wp_options SET option_value = 0 WHERE option_name = 'close_comments_for_old_posts'

If you found this article helpful or interesting, please help Compdigitec spread the word. Don’t forget to subscribe to Compdigitec Labs for more useful and interesting articles!

Topics: PHP | 5 Comments »

5 Responses to “Debugging comments on old posts in WordPress”

  1. สล็อตเว็บตรง ลิขสิทธิ์แท้ ระบบเกมมาตรฐาน โบนัสแตกโหด Says:
    January 18th, 2025 at 14:18

    … [Trackback]

    […] Read More Info here to that Topic: compdigitec.com/labs/2011/03/07/debugging-comments-on-old-posts-in-wordpress/ […]

  2. slot99 Says:
    January 25th, 2025 at 13:38

    … [Trackback]

    […] Information on that Topic: compdigitec.com/labs/2011/03/07/debugging-comments-on-old-posts-in-wordpress/ […]

  3. ไฮเบย์ Says:
    January 28th, 2025 at 02:53

    … [Trackback]

    […] Read More here on that Topic: compdigitec.com/labs/2011/03/07/debugging-comments-on-old-posts-in-wordpress/ […]

  4. ufa747 Says:
    January 29th, 2025 at 19:16

    … [Trackback]

    […] Find More on to that Topic: compdigitec.com/labs/2011/03/07/debugging-comments-on-old-posts-in-wordpress/ […]

  5. stapelstein Says:
    February 21st, 2025 at 15:21

    … [Trackback]

    […] There you will find 85098 additional Info to that Topic: compdigitec.com/labs/2011/03/07/debugging-comments-on-old-posts-in-wordpress/ […]

Comments