<?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 Snippet #2: Style the login page</title>
	<atom:link href="http://blue-anvil.com/archives/wordpress-snippet-2-style-the-login-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://blue-anvil.com/archives/wordpress-snippet-2-style-the-login-page/</link>
	<description>The online blogfolio of Mike Jolley</description>
	<lastBuildDate>Mon, 15 Mar 2010 23:17:57 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mau</title>
		<link>http://blue-anvil.com/archives/wordpress-snippet-2-style-the-login-page/comment-page-1/#comment-5093</link>
		<dc:creator>Mau</dc:creator>
		<pubDate>Sat, 09 Jan 2010 19:47:31 +0000</pubDate>
		<guid isPermaLink="false">http://blue-anvil.com/?p=636#comment-5093</guid>
		<description>Thank you Brian, this code is great and your explanation makes it work ok, especially for those that are not wp-skilled like myself.</description>
		<content:encoded><![CDATA[<p>Thank you Brian, this code is great and your explanation makes it work ok, especially for those that are not wp-skilled like myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Hinson</title>
		<link>http://blue-anvil.com/archives/wordpress-snippet-2-style-the-login-page/comment-page-1/#comment-5091</link>
		<dc:creator>Brian Hinson</dc:creator>
		<pubDate>Fri, 08 Jan 2010 20:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://blue-anvil.com/?p=636#comment-5091</guid>
		<description>Oh, and you&#039;ll notice that in my above comment, I set #login .message to display:none; This will keep that message from displaying at all!!! Just remove that style, and it will show as normal. I really didn&#039;t need that message for my purposes.</description>
		<content:encoded><![CDATA[<p>Oh, and you&#8217;ll notice that in my above comment, I set #login .message to display:none; This will keep that message from displaying at all!!! Just remove that style, and it will show as normal. I really didn&#8217;t need that message for my purposes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Hinson</title>
		<link>http://blue-anvil.com/archives/wordpress-snippet-2-style-the-login-page/comment-page-1/#comment-5090</link>
		<dc:creator>Brian Hinson</dc:creator>
		<pubDate>Fri, 08 Jan 2010 20:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://blue-anvil.com/?p=636#comment-5090</guid>
		<description>Hi everyone, I saw some asking for help, and I was a little confused at firs, but it works as advertised. Here is how I used it.

1. I copy the above code, all of the above code and put into the functions.php file, the code goes between the php begin and end marks ().

2. You need to make a graphic to replace the original one. It is 326px wide by 67px high. I made my own.

3. in your wordpress theme directory (of the theme you are using), create a css folder (directory, same thing). You may already have one. In that directory make a login.css file. Put your custom css in there. Here is my own custom css to make my page &quot;look right&quot;.

html,
body.login { background-color: #bbb;}
#login h1 a { background: #bbb url(&#039;../images/header/login.png&#039;) no-repeat top center;}
#login .message { background-color: #ccc; border: 1px solid black; display:none;}
#login form { border: 1px solid black; background-color: #ccc;}
#login label {color: #111;}
#login input {border: 1px solid #999;}
.login #login p#nav a:link,
.login #login p#nav a:visited,
.login #login p#nav a:hover,
.login #login p#nav a:active {color: #111 !important}

I hope this really helps those who are having trouble.</description>
		<content:encoded><![CDATA[<p>Hi everyone, I saw some asking for help, and I was a little confused at firs, but it works as advertised. Here is how I used it.</p>
<p>1. I copy the above code, all of the above code and put into the functions.php file, the code goes between the php begin and end marks ().</p>
<p>2. You need to make a graphic to replace the original one. It is 326px wide by 67px high. I made my own.</p>
<p>3. in your wordpress theme directory (of the theme you are using), create a css folder (directory, same thing). You may already have one. In that directory make a login.css file. Put your custom css in there. Here is my own custom css to make my page &#8220;look right&#8221;.</p>
<p>html,<br />
body.login { background-color: #bbb;}<br />
#login h1 a { background: #bbb url(&#8216;../images/header/login.png&#8217;) no-repeat top center;}<br />
#login .message { background-color: #ccc; border: 1px solid black; display:none;}<br />
#login form { border: 1px solid black; background-color: #ccc;}<br />
#login label {color: #111;}<br />
#login input {border: 1px solid #999;}<br />
.login #login p#nav a:link,<br />
.login #login p#nav a:visited,<br />
.login #login p#nav a:hover,<br />
.login #login p#nav a:active {color: #111 !important}</p>
<p>I hope this really helps those who are having trouble.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Jolley</title>
		<link>http://blue-anvil.com/archives/wordpress-snippet-2-style-the-login-page/comment-page-1/#comment-5044</link>
		<dc:creator>Mike Jolley</dc:creator>
		<pubDate>Wed, 30 Dec 2009 16:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://blue-anvil.com/?p=636#comment-5044</guid>
		<description>@&lt;a href=&quot;#comment-5042&quot; rel=&quot;nofollow&quot;&gt;gofree&lt;/a&gt;: I cannot give you the css, but if for example you wanted to change the logo you could use:

#login h1 a {
        background:url(images/logo.jpg) no-repeat top;
}

For further CSS help I would recommend looking at W3Schools.</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-5042" rel="nofollow">gofree</a>: I cannot give you the css, but if for example you wanted to change the logo you could use:</p>
<p>#login h1 a {<br />
        background:url(images/logo.jpg) no-repeat top;<br />
}</p>
<p>For further CSS help I would recommend looking at W3Schools.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gofree</title>
		<link>http://blue-anvil.com/archives/wordpress-snippet-2-style-the-login-page/comment-page-1/#comment-5042</link>
		<dc:creator>gofree</dc:creator>
		<pubDate>Wed, 30 Dec 2009 03:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://blue-anvil.com/?p=636#comment-5042</guid>
		<description>Very appreciated your reply. Could we have the sample .css file, please?</description>
		<content:encoded><![CDATA[<p>Very appreciated your reply. Could we have the sample .css file, please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Jolley</title>
		<link>http://blue-anvil.com/archives/wordpress-snippet-2-style-the-login-page/comment-page-1/#comment-5039</link>
		<dc:creator>Mike Jolley</dc:creator>
		<pubDate>Tue, 29 Dec 2009 14:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://blue-anvil.com/?p=636#comment-5039</guid>
		<description>@&lt;a href=&quot;#comment-5038&quot; rel=&quot;nofollow&quot;&gt;gofree&lt;/a&gt;: Aside from copying and pasting that code into your themes functions.php file all you have to do is make a /css/login.css in your themes template folder.</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-5038" rel="nofollow">gofree</a>: Aside from copying and pasting that code into your themes functions.php file all you have to do is make a /css/login.css in your themes template folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gofree</title>
		<link>http://blue-anvil.com/archives/wordpress-snippet-2-style-the-login-page/comment-page-1/#comment-5038</link>
		<dc:creator>gofree</dc:creator>
		<pubDate>Tue, 29 Dec 2009 11:11:27 +0000</pubDate>
		<guid isPermaLink="false">http://blue-anvil.com/?p=636#comment-5038</guid>
		<description>Looking through, still can&#039;t get a scope of modifying. Can you show sample modifying?

It seems that not to modify the above code, but just copy and paste then create .css named it login.css in the template folder. Am I right?

Again, please sample the css, plz.</description>
		<content:encoded><![CDATA[<p>Looking through, still can&#8217;t get a scope of modifying. Can you show sample modifying?</p>
<p>It seems that not to modify the above code, but just copy and paste then create .css named it login.css in the template folder. Am I right?</p>
<p>Again, please sample the css, plz.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gofree</title>
		<link>http://blue-anvil.com/archives/wordpress-snippet-2-style-the-login-page/comment-page-1/#comment-5037</link>
		<dc:creator>gofree</dc:creator>
		<pubDate>Tue, 29 Dec 2009 10:54:51 +0000</pubDate>
		<guid isPermaLink="false">http://blue-anvil.com/?p=636#comment-5037</guid>
		<description>So we only need to modify this:
// Hook in
add_filter(&quot;login_headerurl&quot;,&quot;custom_loginpage_logo_link&quot;);
add_filter(&quot;login_headertitle&quot;,&quot;custom_loginpage_logo_title&quot;);
add_action(&quot;login_head&quot;,&quot;custom_loginpage_head&quot;);

we put all code in between php?</description>
		<content:encoded><![CDATA[<p>So we only need to modify this:<br />
// Hook in<br />
add_filter(&#8220;login_headerurl&#8221;,&#8221;custom_loginpage_logo_link&#8221;);<br />
add_filter(&#8220;login_headertitle&#8221;,&#8221;custom_loginpage_logo_title&#8221;);<br />
add_action(&#8220;login_head&#8221;,&#8221;custom_loginpage_head&#8221;);</p>
<p>we put all code in between php?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Jolley</title>
		<link>http://blue-anvil.com/archives/wordpress-snippet-2-style-the-login-page/comment-page-1/#comment-5034</link>
		<dc:creator>Mike Jolley</dc:creator>
		<pubDate>Mon, 28 Dec 2009 18:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://blue-anvil.com/?p=636#comment-5034</guid>
		<description>@&lt;a href=&quot;#comment-5027&quot; rel=&quot;nofollow&quot;&gt;meme&lt;/a&gt;: functions.php - plural.</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-5027" rel="nofollow">meme</a>: functions.php &#8211; plural.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: meme</title>
		<link>http://blue-anvil.com/archives/wordpress-snippet-2-style-the-login-page/comment-page-1/#comment-5027</link>
		<dc:creator>meme</dc:creator>
		<pubDate>Fri, 25 Dec 2009 12:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://blue-anvil.com/?p=636#comment-5027</guid>
		<description>hi 
thanks for the code
but i really have problem on making it work
where exactly should i place the code, i tried put it on the function.php but that&#039;s not working
should i replace an exciting code with this or what 
pleeeease help me on this and tell more details , i really need it</description>
		<content:encoded><![CDATA[<p>hi<br />
thanks for the code<br />
but i really have problem on making it work<br />
where exactly should i place the code, i tried put it on the function.php but that&#8217;s not working<br />
should i replace an exciting code with this or what<br />
pleeeease help me on this and tell more details , i really need it</p>
]]></content:encoded>
	</item>
</channel>
</rss>
