To disable comments on posts older than date X in WordPress you can use the snippet below.
Sample mySQL
UPDATE wp_posts SET comment_status = 'closed' WHERE post_date < '2013-01-01' AND post_status = 'publish'
All the Code Snippets and Samples you need
To disable comments on posts older than date X in WordPress you can use the snippet below.
UPDATE wp_posts SET comment_status = 'closed' WHERE post_date < '2013-01-01' AND post_status = 'publish'
You must be logged in to post a comment.
RT @CodeSnippetsNET: How to disable comments on posts older than date X in #Wordpress http://t.co/P4zKA1Pyuy #wordpress #wp #blog #blog #cs…
RT @CodeSnippetsNET: How to disable comments on posts older than date X in #Wordpress http://t.co/P4zKA1Pyuy #wordpress #wp #blog #blog #cs…
RT @CodeSnippetsNET: How to disable comments on posts older than date X in #Wordpress http://t.co/P4zKA1Pyuy #wordpress #wp #blog #blog #cs…