<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress Ideas &#187; Topic: Turn comments on/off for multiple posts at once.</title>
		<link>https://wordpress.org/ideas/topic/turn-comments-onoff-for-multiple-posts-at-once</link>
		<description>WordPress Ideas &#187; Topic: Turn comments on/off for multiple posts at once.</description>
		<language>en-US</language>
		<pubDate>Mon, 12 Jun 2017 01:40:27 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="https://wordpress.org/ideas/rss/topic/turn-comments-onoff-for-multiple-posts-at-once" rel="self" type="application/rss+xml" />

		<item>
			<title>heimtrainerkaufen on "Turn comments on/off for multiple posts at once."</title>
			<link>https://wordpress.org/ideas/topic/turn-comments-onoff-for-multiple-posts-at-once/page/2#post-31316</link>
			<pubDate>Sun, 22 Jan 2017 14:28:33 +0000</pubDate>
			<dc:creator>heimtrainerkaufen</dc:creator>
			<guid isPermaLink="false">31316@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Wow, Thank you very much Matt!<br />
You really, really helped me.<br />
I was looking for instructions (just like yours now) for hours!<br />
: )
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu (Mika Epstein) on "Turn comments on/off for multiple posts at once."</title>
			<link>https://wordpress.org/ideas/topic/turn-comments-onoff-for-multiple-posts-at-once/page/2#post-30905</link>
			<pubDate>Wed, 26 Oct 2016 16:28:58 +0000</pubDate>
			<dc:creator>Ipstenu (Mika Epstein)</dc:creator>
			<guid isPermaLink="false">30905@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Once you run the plugin (or the SQL command) and then change the settings to disallow comments, you can uninstall the plugin and never use it again.</p>
<p>The point of the plugin is to close all existing posts :)
</p>]]></description>
					</item>
		<item>
			<title>pavillonkaufenfreak on "Turn comments on/off for multiple posts at once."</title>
			<link>https://wordpress.org/ideas/topic/turn-comments-onoff-for-multiple-posts-at-once/page/2#post-30903</link>
			<pubDate>Wed, 26 Oct 2016 06:35:42 +0000</pubDate>
			<dc:creator>pavillonkaufenfreak</dc:creator>
			<guid isPermaLink="false">30903@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>dashrath009,</p>
<p>thank you very much for this helpfull information. I have implemented this solution and it fixed my problem. So, if you have access to the database, this is the quickest way to disable the comments globally. You can use also the disable comments plugin samir shah <a href="https://wordpress.org/plugins/disable-comments/"></a>.<br />
But with the plugin, you have one more plugin to update every time. It is your choice. :)</p>
<p>Regards
</p>]]></description>
					</item>
		<item>
			<title>dashrath009 on "Turn comments on/off for multiple posts at once."</title>
			<link>https://wordpress.org/ideas/topic/turn-comments-onoff-for-multiple-posts-at-once/page/2#post-30868</link>
			<pubDate>Tue, 18 Oct 2016 07:16:40 +0000</pubDate>
			<dc:creator>dashrath009</dc:creator>
			<guid isPermaLink="false">30868@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>If someone has access to database and need to enable or disable comments on all posts then executing query is a straight option : </p>
<p>TO enable comments, execute :<br />
<code>UPDATE </code><code>wp_posts</code> SET <code>comment_status</code> = 'open' WHERE <code>post_type</code>='post'</p>
<p>TO disable comments, execute :<br />
<code>UPDATE </code><code>wp_posts</code> SET <code>comment_status</code> = 'closed' WHERE <code>post_type</code>='post'</p>
<p>This will enable/disable comments from all posts.
</p>]]></description>
					</item>
		<item>
			<title>oora on "Turn comments on/off for multiple posts at once."</title>
			<link>https://wordpress.org/ideas/topic/turn-comments-onoff-for-multiple-posts-at-once#post-30802</link>
			<pubDate>Thu, 29 Sep 2016 06:08:45 +0000</pubDate>
			<dc:creator>oora</dc:creator>
			<guid isPermaLink="false">30802@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Thanks this still work great, however if you have hundreds or thousands post that need to be changed you still need do it page by page.<br />
If you have 500 posts and each page displaying 100 posts, then you will need to it 5 times.<br />
Still saving a lot off times, thanks Matt.
</p>]]></description>
					</item>
		<item>
			<title>cricketoutlook on "Turn comments on/off for multiple posts at once."</title>
			<link>https://wordpress.org/ideas/topic/turn-comments-onoff-for-multiple-posts-at-once#post-27343</link>
			<pubDate>Fri, 17 Oct 2014 18:17:00 +0000</pubDate>
			<dc:creator>cricketoutlook</dc:creator>
			<guid isPermaLink="false">27343@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Nice job @matt thanks you saved my head from blowing up and after a lot of head ache i got here across this plan . This really helped to get rid of comment/pings from spam farms. Thanks
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu (Mika Epstein) on "Turn comments on/off for multiple posts at once."</title>
			<link>https://wordpress.org/ideas/topic/turn-comments-onoff-for-multiple-posts-at-once#post-27114</link>
			<pubDate>Mon, 01 Sep 2014 17:13:25 +0000</pubDate>
			<dc:creator>Ipstenu (Mika Epstein)</dc:creator>
			<guid isPermaLink="false">27114@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>The current default setting option (which there is) turns it off for all future posts. The retroactive stuff is hard, because people's opinion on do we change what's expceted now or not is very touchy.
</p>]]></description>
					</item>
		<item>
			<title>Paal Joachim Romdahl on "Turn comments on/off for multiple posts at once."</title>
			<link>https://wordpress.org/ideas/topic/turn-comments-onoff-for-multiple-posts-at-once#post-27108</link>
			<pubDate>Mon, 01 Sep 2014 06:20:26 +0000</pubDate>
			<dc:creator>Paal Joachim Romdahl</dc:creator>
			<guid isPermaLink="false">27108@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>I am thinking down the road this could also be added to the default Settings options. As it could become more accessible. Doing a bulk edit is not that intuitive.
</p>]]></description>
					</item>
		<item>
			<title>khalm on "Turn comments on/off for multiple posts at once."</title>
			<link>https://wordpress.org/ideas/topic/turn-comments-onoff-for-multiple-posts-at-once#post-26870</link>
			<pubDate>Thu, 17 Jul 2014 22:30:37 +0000</pubDate>
			<dc:creator>khalm</dc:creator>
			<guid isPermaLink="false">26870@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Respect!<br />
You safed me a lot of time, great job!
</p>]]></description>
					</item>
		<item>
			<title>andypersons on "Turn comments on/off for multiple posts at once."</title>
			<link>https://wordpress.org/ideas/topic/turn-comments-onoff-for-multiple-posts-at-once#post-26759</link>
			<pubDate>Tue, 17 Jun 2014 06:12:04 +0000</pubDate>
			<dc:creator>andypersons</dc:creator>
			<guid isPermaLink="false">26759@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Thanks Matt! I looked to Turn comments off comments for old posts, but because I didn't find the option I just enables users to submit comments....Thanks!
</p>]]></description>
					</item>

	</channel>
</rss>
