<?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: How to Customize Your WordPress Login and Registration Pages</title>
	<atom:link href="http://www.optiniche.com/blog/297/custom-login-registration-pages/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.optiniche.com/blog/297/custom-login-registration-pages/</link>
	<description>Helping You To Optimize and Monetize Your WordPress Niche Blog</description>
	<lastBuildDate>Sat, 17 Sep 2011 14:31:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Teli Adlam</title>
		<link>http://www.optiniche.com/blog/297/custom-login-registration-pages/#comment-90953</link>
		<dc:creator>Teli Adlam</dc:creator>
		<pubDate>Wed, 04 Aug 2010 00:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.optiniche.com/blog/297/custom-login-registration-pages/#comment-90953</guid>
		<description>@EstateYard: You can get the form anywhere you want by copying the &lt;form&gt; code and making sure the action points to your wp-login.php page.

@Jay: Thank you. It looks like the entire site has gone bye-bye.</description>
		<content:encoded><![CDATA[<p>@EstateYard: You can get the form anywhere you want by copying the &lt;form&gt; code and making sure the action points to your wp-login.php page.</p>
<p>@Jay: Thank you. It looks like the entire site has gone bye-bye.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://www.optiniche.com/blog/297/custom-login-registration-pages/#comment-90951</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Tue, 03 Aug 2010 10:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.optiniche.com/blog/297/custom-login-registration-pages/#comment-90951</guid>
		<description>The link to &quot;Wordpress Custom Login Plugin&quot; is broken in this post.</description>
		<content:encoded><![CDATA[<p>The link to &#8220;WordPress Custom Login Plugin&#8221; is broken in this post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Estate Yard</title>
		<link>http://www.optiniche.com/blog/297/custom-login-registration-pages/#comment-90780</link>
		<dc:creator>Estate Yard</dc:creator>
		<pubDate>Tue, 15 Jun 2010 23:13:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.optiniche.com/blog/297/custom-login-registration-pages/#comment-90780</guid>
		<description>I&#039;m really trying to accomplish getting a login/register form WITHIN a page on my blog. Is there any way to do this? Or is there even a plugin to accomplish this?</description>
		<content:encoded><![CDATA[<p>I&#8217;m really trying to accomplish getting a login/register form WITHIN a page on my blog. Is there any way to do this? Or is there even a plugin to accomplish this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yamill</title>
		<link>http://www.optiniche.com/blog/297/custom-login-registration-pages/#comment-90476</link>
		<dc:creator>yamill</dc:creator>
		<pubDate>Tue, 09 Mar 2010 04:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.optiniche.com/blog/297/custom-login-registration-pages/#comment-90476</guid>
		<description>I figured it out - you need to replace:

wp_admin_css( ‘login’, true );
wp_admin_css( ‘colors-fresh’, true );

with:

&lt;link rel=&quot;stylesheet&quot; href=&quot;&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;


make sure that the php tags are closed, just in case it breaks.</description>
		<content:encoded><![CDATA[<p>I figured it out &#8211; you need to replace:</p>
<p>wp_admin_css( ‘login’, true );<br />
wp_admin_css( ‘colors-fresh’, true );</p>
<p>with:</p>
<p>&lt;link rel=&#8221;stylesheet&#8221; href=&#8221;" type=&#8221;text/css&#8221; media=&#8221;screen&#8221; /&gt;</p>
<p>make sure that the php tags are closed, just in case it breaks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Warfangle</title>
		<link>http://www.optiniche.com/blog/297/custom-login-registration-pages/#comment-90179</link>
		<dc:creator>Warfangle</dc:creator>
		<pubDate>Mon, 09 Nov 2009 20:03:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.optiniche.com/blog/297/custom-login-registration-pages/#comment-90179</guid>
		<description>Just to let you know - the link to jameskelly is blocked by firefox as a malicious site. Someone probably either hijacked his domain or he&#039;s been infected by a worm.. someone should let him know.</description>
		<content:encoded><![CDATA[<p>Just to let you know &#8211; the link to jameskelly is blocked by firefox as a malicious site. Someone probably either hijacked his domain or he&#8217;s been infected by a worm.. someone should let him know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dainis W. Michel</title>
		<link>http://www.optiniche.com/blog/297/custom-login-registration-pages/#comment-89061</link>
		<dc:creator>Dainis W. Michel</dc:creator>
		<pubDate>Tue, 21 Oct 2008 16:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.optiniche.com/blog/297/custom-login-registration-pages/#comment-89061</guid>
		<description>I&#039;ve found only two instances of &quot;css&quot; in the wp-login.php file. 

wp_admin_css( &#039;login&#039;, true );
	wp_admin_css( &#039;colors-fresh&#039;, true );
	do_action(&#039;login_head&#039;);

So, right now, I can&#039;t figure out how to accomplish this mega-cool task. Frankly, the login page could just be a post...no?

Best,
Dainis</description>
		<content:encoded><![CDATA[<p>I&#8217;ve found only two instances of &#8220;css&#8221; in the wp-login.php file. </p>
<p>wp_admin_css( &#8216;login&#8217;, true );<br />
	wp_admin_css( &#8216;colors-fresh&#8217;, true );<br />
	do_action(&#8216;login_head&#8217;);</p>
<p>So, right now, I can&#8217;t figure out how to accomplish this mega-cool task. Frankly, the login page could just be a post&#8230;no?</p>
<p>Best,<br />
Dainis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Morris</title>
		<link>http://www.optiniche.com/blog/297/custom-login-registration-pages/#comment-88725</link>
		<dc:creator>John Morris</dc:creator>
		<pubDate>Sun, 15 Jun 2008 12:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.optiniche.com/blog/297/custom-login-registration-pages/#comment-88725</guid>
		<description>I did the same with my blog at:

&lt;a href=&quot;http://www.optiniche.com/r.php?r=www.untouchablesunderground.com/dojo/wp-login.php&quot; rel=&quot;nofollow&quot;&gt;http://www.untouchablesunderground.com/dojo/wp-login.php&lt;/a&gt;

It&#039;s actually pretty easy.

There&#039;s a line of code in the wp-login file that goes something like this: admin.css...

Look for that line and delete it. 

And, replace with with a link to your site&#039;s stylesheet.

Voila!!

You&#039;ll notice your login will already look much more like your site. Then, as Teli said, just look for the header/body/footer/html inside all that code and play with it a little.

My approach was to make two copies of the wp-login file and use one as my back-up and just play around with the other one until I figure out what did what.

&lt;strong&gt;[EDIT: HTML code is stripped out by WordPress unless the brackets are properly escaped.]&lt;/strong&gt;

You can play with those sections to add changes to each of the 3 parts of wp-login.</description>
		<content:encoded><![CDATA[<p>I did the same with my blog at:</p>
<p><a href="http://www.optiniche.com/r.php?r=www.untouchablesunderground.com/dojo/wp-login.php" rel="nofollow">http://www.untouchablesunderground.com/dojo/wp-login.php</a></p>
<p>It&#8217;s actually pretty easy.</p>
<p>There&#8217;s a line of code in the wp-login file that goes something like this: admin.css&#8230;</p>
<p>Look for that line and delete it. </p>
<p>And, replace with with a link to your site&#8217;s stylesheet.</p>
<p>Voila!!</p>
<p>You&#8217;ll notice your login will already look much more like your site. Then, as Teli said, just look for the header/body/footer/html inside all that code and play with it a little.</p>
<p>My approach was to make two copies of the wp-login file and use one as my back-up and just play around with the other one until I figure out what did what.</p>
<p><strong>[EDIT: HTML code is stripped out by WordPress unless the brackets are properly escaped.]</strong></p>
<p>You can play with those sections to add changes to each of the 3 parts of wp-login.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://www.optiniche.com/blog/297/custom-login-registration-pages/#comment-88197</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Sat, 23 Feb 2008 00:47:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.optiniche.com/blog/297/custom-login-registration-pages/#comment-88197</guid>
		<description>Could you articulate the way you approached modifying the wp-login.php and the wp-register.php files, especially if you have a side bar?

Thanks, Steve</description>
		<content:encoded><![CDATA[<p>Could you articulate the way you approached modifying the wp-login.php and the wp-register.php files, especially if you have a side bar?</p>
<p>Thanks, Steve</p>
]]></content:encoded>
	</item>
</channel>
</rss>

