<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: WordPress Maintenance Mode Without a Plugin Part 3</title>
	<atom:link href="http://sivel.net/2009/10/wordpress-maintenance-mode-without-a-plugin-part-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://sivel.net/2009/10/wordpress-maintenance-mode-without-a-plugin-part-3/</link>
	<description>Throwing Hot Coals</description>
	<lastBuildDate>Fri, 30 Dec 2011 00:37:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19719</generator>
	<item>
		<title>By: Ralph</title>
		<link>http://sivel.net/2009/10/wordpress-maintenance-mode-without-a-plugin-part-3/#comment-15517</link>
		<dc:creator>Ralph</dc:creator>
		<pubDate>Thu, 10 Mar 2011 20:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/?p=839#comment-15517</guid>
		<description>This works brilliantly. No need for a plugin, just make 2 simple files and done.
thanks</description>
		<content:encoded><![CDATA[<p>This works brilliantly. No need for a plugin, just make 2 simple files and done.<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://sivel.net/2009/10/wordpress-maintenance-mode-without-a-plugin-part-3/#comment-15502</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sun, 27 Feb 2011 15:59:26 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/?p=839#comment-15502</guid>
		<description>@Edwin Valdez: the maintenance.php file does not exist by default.  It is an optional file that can be created and dropped into the wp-content directory.</description>
		<content:encoded><![CDATA[<p>@Edwin Valdez: the maintenance.php file does not exist by default.  It is an optional file that can be created and dropped into the wp-content directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edwin Valdez</title>
		<link>http://sivel.net/2009/10/wordpress-maintenance-mode-without-a-plugin-part-3/#comment-15501</link>
		<dc:creator>Edwin Valdez</dc:creator>
		<pubDate>Fri, 25 Feb 2011 22:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/?p=839#comment-15501</guid>
		<description>Hello Matt! Thank you for your posts about maintenance mode. I´ve used it in my wordpress customers when I´m doing some changes and it works fine. But, in the last version of WordPress, I´ve not found the maintenance.php file. I need create it or wordpress must have this files to modify? Coould you help me please?

Thank´s in advance.</description>
		<content:encoded><![CDATA[<p>Hello Matt! Thank you for your posts about maintenance mode. I´ve used it in my wordpress customers when I´m doing some changes and it works fine. But, in the last version of WordPress, I´ve not found the maintenance.php file. I need create it or wordpress must have this files to modify? Coould you help me please?</p>
<p>Thank´s in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Lorentzen</title>
		<link>http://sivel.net/2009/10/wordpress-maintenance-mode-without-a-plugin-part-3/#comment-15455</link>
		<dc:creator>Andreas Lorentzen</dc:creator>
		<pubDate>Sun, 30 Jan 2011 20:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/?p=839#comment-15455</guid>
		<description>If you delete the 2 below lines from the example:
else
    $upgrading = 0;

you will not get this message:
“An automated WordPress update has failed to complete – please attempt the update again now.”</description>
		<content:encoded><![CDATA[<p>If you delete the 2 below lines from the example:<br />
else<br />
    $upgrading = 0;</p>
<p>you will not get this message:<br />
“An automated WordPress update has failed to complete – please attempt the update again now.”</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silwing</title>
		<link>http://sivel.net/2009/10/wordpress-maintenance-mode-without-a-plugin-part-3/#comment-11571</link>
		<dc:creator>Silwing</dc:creator>
		<pubDate>Sun, 03 Oct 2010 18:56:03 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/?p=839#comment-11571</guid>
		<description>Great tip! Just what I needed.</description>
		<content:encoded><![CDATA[<p>Great tip! Just what I needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhishek</title>
		<link>http://sivel.net/2009/10/wordpress-maintenance-mode-without-a-plugin-part-3/#comment-11517</link>
		<dc:creator>Abhishek</dc:creator>
		<pubDate>Sat, 07 Aug 2010 13:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/?p=839#comment-11517</guid>
		<description>Excellent! Exactly what I was looking for. :)</description>
		<content:encoded><![CDATA[<p>Excellent! Exactly what I was looking for. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venkat</title>
		<link>http://sivel.net/2009/10/wordpress-maintenance-mode-without-a-plugin-part-3/#comment-11495</link>
		<dc:creator>Venkat</dc:creator>
		<pubDate>Thu, 15 Jul 2010 05:37:46 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/?p=839#comment-11495</guid>
		<description>Hi Matt,

I&#039;m reading Professional Wordpress (Wrox Book). I came to know about .maintenance and maintenance.php from that book. I was wondering whether there is a way to access backend/frontend while in maintenance mode. Got it here. Thanks man!</description>
		<content:encoded><![CDATA[<p>Hi Matt,</p>
<p>I&#8217;m reading Professional WordPress (Wrox Book). I came to know about .maintenance and maintenance.php from that book. I was wondering whether there is a way to access backend/frontend while in maintenance mode. Got it here. Thanks man!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vito Botta</title>
		<link>http://sivel.net/2009/10/wordpress-maintenance-mode-without-a-plugin-part-3/#comment-11456</link>
		<dc:creator>Vito Botta</dc:creator>
		<pubDate>Thu, 17 Jun 2010 21:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/?p=839#comment-11456</guid>
		<description>I prefer this to using a plugin. Quick &amp; easy, thanks!</description>
		<content:encoded><![CDATA[<p>I prefer this to using a plugin. Quick &amp; easy, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hikari</title>
		<link>http://sivel.net/2009/10/wordpress-maintenance-mode-without-a-plugin-part-3/#comment-11452</link>
		<dc:creator>Hikari</dc:creator>
		<pubDate>Wed, 09 Jun 2010 15:26:22 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/?p=839#comment-11452</guid>
		<description>I use Maintenance Mode plugin, which has some higher features, but I have a problem with it. I always forget to disable it, and ppl end up facing 503 message until some friend tells me :P

With a small tweak on your code I can enter admin pages, and when I go to frontend I see it&#039;s maintenance and relember to remove it. tnx a lot :D</description>
		<content:encoded><![CDATA[<p>I use Maintenance Mode plugin, which has some higher features, but I have a problem with it. I always forget to disable it, and ppl end up facing 503 message until some friend tells me :P</p>
<p>With a small tweak on your code I can enter admin pages, and when I go to frontend I see it&#8217;s maintenance and relember to remove it. tnx a lot :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trey Copeland</title>
		<link>http://sivel.net/2009/10/wordpress-maintenance-mode-without-a-plugin-part-3/#comment-11189</link>
		<dc:creator>Trey Copeland</dc:creator>
		<pubDate>Wed, 05 May 2010 01:56:04 +0000</pubDate>
		<guid isPermaLink="false">http://sivel.net/?p=839#comment-11189</guid>
		<description>Thanks for the tip Matt!</description>
		<content:encoded><![CDATA[<p>Thanks for the tip Matt!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

