<?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: Customizing the Wordpress Login Screen</title>
	<atom:link href="http://www.addicottweb.com/2009/03/customizing-the-wordpress-login-screen/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.addicottweb.com/2009/03/customizing-the-wordpress-login-screen/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 10 Mar 2010 14:36:09 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Trevor</title>
		<link>http://www.addicottweb.com/2009/03/customizing-the-wordpress-login-screen/#comment-2447</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Mon, 14 Dec 2009 05:02:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.addicottweb.com/?p=955#comment-2447</guid>
		<description>Whew! That was a challenge. Here is how mine turned out, what do yall think?

http://todaysgoal.com/wp-login.php?loggedout=true</description>
		<content:encoded><![CDATA[<p>Whew! That was a challenge. Here is how mine turned out, what do yall think?</p>
<p><a href="http://todaysgoal.com/wp-login.php?loggedout=true" rel="nofollow">http://todaysgoal.com/wp-login.php?loggedout=true</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Rhea</title>
		<link>http://www.addicottweb.com/2009/03/customizing-the-wordpress-login-screen/#comment-2161</link>
		<dc:creator>Will Rhea</dc:creator>
		<pubDate>Tue, 03 Nov 2009 18:01:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.addicottweb.com/?p=955#comment-2161</guid>
		<description>The white space I get is actually grey tan, but it&#039;s still there.</description>
		<content:encoded><![CDATA[<p>The white space I get is actually grey tan, but it&#8217;s still there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.addicottweb.com/2009/03/customizing-the-wordpress-login-screen/#comment-1981</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Thu, 01 Oct 2009 16:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.addicottweb.com/?p=955#comment-1981</guid>
		<description>I&#039;ve added both of these and I still get the big white bar.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve added both of these and I still get the big white bar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Belliston</title>
		<link>http://www.addicottweb.com/2009/03/customizing-the-wordpress-login-screen/#comment-1970</link>
		<dc:creator>Matt Belliston</dc:creator>
		<pubDate>Sun, 27 Sep 2009 21:26:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.addicottweb.com/?p=955#comment-1970</guid>
		<description>Yes.  Also add
min-height:100%;
to the body{
}
section.  That worked for me!</description>
		<content:encoded><![CDATA[<p>Yes.  Also add<br />
min-height:100%;<br />
to the body{<br />
}<br />
section.  That worked for me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kilo</title>
		<link>http://www.addicottweb.com/2009/03/customizing-the-wordpress-login-screen/#comment-1946</link>
		<dc:creator>kilo</dc:creator>
		<pubDate>Sat, 19 Sep 2009 20:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.addicottweb.com/?p=955#comment-1946</guid>
		<description>adding

html {
height:100%;
}

didn&#039;t get rid of the bottom white space.

i&#039;m assuming i add this into login.css

any ideas?</description>
		<content:encoded><![CDATA[<p>adding</p>
<p>html {<br />
height:100%;<br />
}</p>
<p>didn&#8217;t get rid of the bottom white space.</p>
<p>i&#8217;m assuming i add this into login.css</p>
<p>any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Cone</title>
		<link>http://www.addicottweb.com/2009/03/customizing-the-wordpress-login-screen/#comment-1941</link>
		<dc:creator>Doug Cone</dc:creator>
		<pubDate>Thu, 17 Sep 2009 20:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.addicottweb.com/?p=955#comment-1941</guid>
		<description>:) Indeed one of the greatest things about using a system like WordPress is the ability to override and filter the core functions. You do have to keep on top of them because they do change from time to time but it makes it an incredibelly powerful tool. And keeps it secure at the same time! I have seen way too many wordpress installs where someone hacked the core and then the owner didn&#039;t want to upgrade to the newer, faster and more secure latest version because of it. 

I&#039;d encourage anyone that can&#039;t find a override hook or filter to figure out how to submit what the need into the core, instead of just hacking the core :)</description>
		<content:encoded><![CDATA[<p> <img src='http://www.addicottweb.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Indeed one of the greatest things about using a system like WordPress is the ability to override and filter the core functions. You do have to keep on top of them because they do change from time to time but it makes it an incredibelly powerful tool. And keeps it secure at the same time! I have seen way too many wordpress installs where someone hacked the core and then the owner didn&#8217;t want to upgrade to the newer, faster and more secure latest version because of it. </p>
<p>I&#8217;d encourage anyone that can&#8217;t find a override hook or filter to figure out how to submit what the need into the core, instead of just hacking the core <img src='http://www.addicottweb.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Addicott Web</title>
		<link>http://www.addicottweb.com/2009/03/customizing-the-wordpress-login-screen/#comment-1939</link>
		<dc:creator>Addicott Web</dc:creator>
		<pubDate>Thu, 17 Sep 2009 16:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.addicottweb.com/?p=955#comment-1939</guid>
		<description>Thanks for your suggestions Doug! When I wrote this article I hadn&#039;t anticipated the problem of when you upgrade. I&#039;ll definitely update the article with some of the information that you posted, along with a link to a plugin that I&#039;ve been using that lets you customize the logo, at the very least. Using a plugin ensures against what happens when you upgrade versions of Wordpress!</description>
		<content:encoded><![CDATA[<p>Thanks for your suggestions Doug! When I wrote this article I hadn&#8217;t anticipated the problem of when you upgrade. I&#8217;ll definitely update the article with some of the information that you posted, along with a link to a plugin that I&#8217;ve been using that lets you customize the logo, at the very least. Using a plugin ensures against what happens when you upgrade versions of Wordpress!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Cone</title>
		<link>http://www.addicottweb.com/2009/03/customizing-the-wordpress-login-screen/#comment-1934</link>
		<dc:creator>Doug Cone</dc:creator>
		<pubDate>Fri, 11 Sep 2009 22:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.addicottweb.com/?p=955#comment-1934</guid>
		<description>Yikes! As soon as you update wordpress you have to go hack this back in. This article shows how you should do it properly :)

http://wpengineer.com/create-your-own-wordpress-login-design/

or start here: http://codex.wordpress.org/Plugin_API/Action_Reference/login_head

Use hooks and css to overwrite the defaults, then you might have to tweak your theme once in awhile when hooks change but it will be a lot easier to stay on the latest version of wordpress...and that will keep you from getting hacked! (you should never edit a core wordpress file, override it with a hook or filter instead)

To the Author, may I recommend that you point to the link above or update your post? The post ranks well in Google but it is showing people the wrong way to do it!</description>
		<content:encoded><![CDATA[<p>Yikes! As soon as you update wordpress you have to go hack this back in. This article shows how you should do it properly <img src='http://www.addicottweb.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://wpengineer.com/create-your-own-wordpress-login-design/" rel="nofollow">http://wpengineer.com/create-your-own-wordpress-login-design/</a></p>
<p>or start here: <a href="http://codex.wordpress.org/Plugin_API/Action_Reference/login_head" rel="nofollow">http://codex.wordpress.org/Plugin_API/Action_Reference/login_head</a></p>
<p>Use hooks and css to overwrite the defaults, then you might have to tweak your theme once in awhile when hooks change but it will be a lot easier to stay on the latest version of wordpress&#8230;and that will keep you from getting hacked! (you should never edit a core wordpress file, override it with a hook or filter instead)</p>
<p>To the Author, may I recommend that you point to the link above or update your post? The post ranks well in Google but it is showing people the wrong way to do it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Callahan</title>
		<link>http://www.addicottweb.com/2009/03/customizing-the-wordpress-login-screen/#comment-1855</link>
		<dc:creator>Sean Callahan</dc:creator>
		<pubDate>Mon, 24 Aug 2009 16:20:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.addicottweb.com/?p=955#comment-1855</guid>
		<description>Yes, I undertsand that. Did you read the previous comment? The link was an a php echo for wordpress.ORG, I changed it...it still isn&#039;t gone....</description>
		<content:encoded><![CDATA[<p>Yes, I undertsand that. Did you read the previous comment? The link was an a php echo for wordpress.ORG, I changed it&#8230;it still isn&#8217;t gone&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phidev</title>
		<link>http://www.addicottweb.com/2009/03/customizing-the-wordpress-login-screen/#comment-1854</link>
		<dc:creator>Phidev</dc:creator>
		<pubDate>Mon, 24 Aug 2009 14:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.addicottweb.com/?p=955#comment-1854</guid>
		<description>on wp-login.php do a search for &quot;wordpress.com&quot; and you will find an anchor, just replace &quot;wordpress.com&quot; for where ever you want to point to, or just delete the &quot;&lt;a href=....&quot;, &quot;&lt;/a&gt;&quot; from the file. It&#039;s not that hard.</description>
		<content:encoded><![CDATA[<p>on wp-login.php do a search for &#8220;wordpress.com&#8221; and you will find an anchor, just replace &#8220;wordpress.com&#8221; for where ever you want to point to, or just delete the &#8220;&lt;a href=&#8230;.&quot;, &quot;&#8221; from the file. It&#8217;s not that hard.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
