<?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: Custom Login page for WordPress</title>
	<atom:link href="http://stilldesigning.com/2008/05/01/custom-login-page-for-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://stilldesigning.com/2008/05/01/custom-login-page-for-wordpress/</link>
	<description>serious web development. seriously.</description>
	<lastBuildDate>Wed, 18 Mar 2009 18:11:57 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Still Designing &#187; Blog Archive &#187; WordPress Custom Themed Login Gets An Update</title>
		<link>http://stilldesigning.com/2008/05/01/custom-login-page-for-wordpress/comment-page-1/#comment-13</link>
		<dc:creator>Still Designing &#187; Blog Archive &#187; WordPress Custom Themed Login Gets An Update</dc:creator>
		<pubDate>Fri, 20 Feb 2009 06:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://stilldesigning.com/?p=4#comment-13</guid>
		<description>[...] Original Themed Login post [...]</description>
		<content:encoded><![CDATA[<p>[...] Original Themed Login post [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stealth dave</title>
		<link>http://stilldesigning.com/2008/05/01/custom-login-page-for-wordpress/comment-page-1/#comment-12</link>
		<dc:creator>stealth dave</dc:creator>
		<pubDate>Thu, 05 Feb 2009 18:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://stilldesigning.com/?p=4#comment-12</guid>
		<description>bambi and StrangeAttractor, here are some simple instructions to get this working.  Please keep in mind that this was developed for WordPress 2.5.2, and may or may not work with later versions.

First, the sample.login.php is just that; a sample.  For most themes, you should be able to just rename it to login.php and it will include your header, navs, etc., but you may need to modify it to fit your theme.

For the diff file, you need to apply this patch to wp-login.php.  On *NIX-based systems, you can do this fairly simply from the command-line.  In the same folder as wp-login.php, run the following command:

patch -p0 &lt; wp-login.php.diff

For information on how to use patch on Windows, check out &lt;a href=&quot;http://cmsproducer.com/windows-diff-patch-command-prompt-drupal-GNUWin32&quot; rel=&quot;nofollow&quot;&gt;this link&lt;/a&gt;.  I&#039;m told that this patch applies cleanly to 2.6 (thanks for testing that, Glitch), but again, no guarantees.

- Dave</description>
		<content:encoded><![CDATA[<p>bambi and StrangeAttractor, here are some simple instructions to get this working.  Please keep in mind that this was developed for WordPress 2.5.2, and may or may not work with later versions.</p>
<p>First, the sample.login.php is just that; a sample.  For most themes, you should be able to just rename it to login.php and it will include your header, navs, etc., but you may need to modify it to fit your theme.</p>
<p>For the diff file, you need to apply this patch to wp-login.php.  On *NIX-based systems, you can do this fairly simply from the command-line.  In the same folder as wp-login.php, run the following command:</p>
<p>patch -p0 &lt; wp-login.php.diff</p>
<p>For information on how to use patch on Windows, check out <a href="http://cmsproducer.com/windows-diff-patch-command-prompt-drupal-GNUWin32" rel="nofollow">this link</a>.  I&#8217;m told that this patch applies cleanly to 2.6 (thanks for testing that, Glitch), but again, no guarantees.</p>
<p>- Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bambi</title>
		<link>http://stilldesigning.com/2008/05/01/custom-login-page-for-wordpress/comment-page-1/#comment-11</link>
		<dc:creator>bambi</dc:creator>
		<pubDate>Thu, 05 Feb 2009 11:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://stilldesigning.com/?p=4#comment-11</guid>
		<description>Hi David,
I love your login/register - on your site though, I could not make it on mine :( 
I downloaded the 2 files and placed them in the respective directories, but I could not make it work. 
Can you send me the 2 files? and a short cookbook of how to do this? Will you make a plugin out of this?</description>
		<content:encoded><![CDATA[<p>Hi David,<br />
I love your login/register &#8211; on your site though, I could not make it on mine <img src='http://stilldesigning.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
I downloaded the 2 files and placed them in the respective directories, but I could not make it work.<br />
Can you send me the 2 files? and a short cookbook of how to do this? Will you make a plugin out of this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: StrangeAttractor</title>
		<link>http://stilldesigning.com/2008/05/01/custom-login-page-for-wordpress/comment-page-1/#comment-10</link>
		<dc:creator>StrangeAttractor</dc:creator>
		<pubDate>Sun, 18 Jan 2009 02:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://stilldesigning.com/?p=4#comment-10</guid>
		<description>How do you install a patch?

I&#039;m kind of grieving over the loss of James Kelly&#039;s Themed Login &amp; Registration -- it was perfect and did exactly what I wanted -- to embed the login form in the theme.

But it hasn&#039;t been updated in a long time, and his site appears to be no longer maintained.

So, your solution here seems very close to what I want... but I don&#039;t understand how to install a patch...</description>
		<content:encoded><![CDATA[<p>How do you install a patch?</p>
<p>I&#8217;m kind of grieving over the loss of James Kelly&#8217;s Themed Login &amp; Registration &#8212; it was perfect and did exactly what I wanted &#8212; to embed the login form in the theme.</p>
<p>But it hasn&#8217;t been updated in a long time, and his site appears to be no longer maintained.</p>
<p>So, your solution here seems very close to what I want&#8230; but I don&#8217;t understand how to install a patch&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glitch</title>
		<link>http://stilldesigning.com/2008/05/01/custom-login-page-for-wordpress/comment-page-1/#comment-9</link>
		<dc:creator>Glitch</dc:creator>
		<pubDate>Fri, 25 Jul 2008 12:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://stilldesigning.com/?p=4#comment-9</guid>
		<description>Just tested it on a WP2.6 test installation and it seems to work just fine for as far as I tested it. The code of wp-login.php has changed only slightly I think.

Hopefully themed login/registration and maybe even profile will become standard from 2.7.</description>
		<content:encoded><![CDATA[<p>Just tested it on a WP2.6 test installation and it seems to work just fine for as far as I tested it. The code of wp-login.php has changed only slightly I think.</p>
<p>Hopefully themed login/registration and maybe even profile will become standard from 2.7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stealth dave</title>
		<link>http://stilldesigning.com/2008/05/01/custom-login-page-for-wordpress/comment-page-1/#comment-8</link>
		<dc:creator>stealth dave</dc:creator>
		<pubDate>Thu, 24 Jul 2008 17:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://stilldesigning.com/?p=4#comment-8</guid>
		<description>The next release for this patch will either come when I get around to updating my own blog to 2.6 or when I take the time to rework the patch to something that they will commit to the main branch (see the UPDATE in the post).  Have you tried applying the patch as-is to 2.6?  I don&#039;t know how much they&#039;ve changed the login code, but if it hasn&#039;t gone through too many updates, it might still apply.

- Dave</description>
		<content:encoded><![CDATA[<p>The next release for this patch will either come when I get around to updating my own blog to 2.6 or when I take the time to rework the patch to something that they will commit to the main branch (see the UPDATE in the post).  Have you tried applying the patch as-is to 2.6?  I don&#8217;t know how much they&#8217;ve changed the login code, but if it hasn&#8217;t gone through too many updates, it might still apply.</p>
<p>- Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glitch</title>
		<link>http://stilldesigning.com/2008/05/01/custom-login-page-for-wordpress/comment-page-1/#comment-7</link>
		<dc:creator>Glitch</dc:creator>
		<pubDate>Thu, 24 Jul 2008 14:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://stilldesigning.com/?p=4#comment-7</guid>
		<description>Hello David,

When will you come up with the patch for Wordpress 2.6. I really need this to make my site a little bit more professional. I cant believe Wordpress still hasnt got themed login, registration and profile pages.

Greetz,

Glitch</description>
		<content:encoded><![CDATA[<p>Hello David,</p>
<p>When will you come up with the patch for Wordpress 2.6. I really need this to make my site a little bit more professional. I cant believe Wordpress still hasnt got themed login, registration and profile pages.</p>
<p>Greetz,</p>
<p>Glitch</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Naked Green &#187; Themed Login Page Built-In</title>
		<link>http://stilldesigning.com/2008/05/01/custom-login-page-for-wordpress/comment-page-1/#comment-5</link>
		<dc:creator>The Naked Green &#187; Themed Login Page Built-In</dc:creator>
		<pubDate>Thu, 01 May 2008 23:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://stilldesigning.com/?p=4#comment-5</guid>
		<description>[...] David Still (Viper007Bond) has come up with a solution and opened up a Trac entry on wordpress.org to add hooks to wp-login.php! As of right now, it&#8217;s scheduled to officially be added to the wordpress core files in version 2.6! I can&#8217;t wait to start testing it and here I am blogging about it already. I&#8217;m excited by strange things &#8217;tis true! [...]</description>
		<content:encoded><![CDATA[<p>[...] David Still (Viper007Bond) has come up with a solution and opened up a Trac entry on wordpress.org to add hooks to wp-login.php! As of right now, it&#8217;s scheduled to officially be added to the wordpress core files in version 2.6! I can&#8217;t wait to start testing it and here I am blogging about it already. I&#8217;m excited by strange things &#8217;tis true! [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->