<?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 Customise Your Wordpress 2.5+ Log In Screen</title>
	<atom:link href="http://justcreative.com/2008/04/03/how-to-customise-your-wordpress-log-in-screen/feed/" rel="self" type="application/rss+xml" />
	<link>http://justcreative.com/2008/04/03/how-to-customise-your-wordpress-log-in-screen/</link>
	<description>Logo Designer, Graphic Designer, Graphic Design Portfolio, Logo Design, Logo, Graphic, Design, Graphic Design</description>
	<lastBuildDate>Fri, 10 Feb 2012 17:01:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ray Creations</title>
		<link>http://justcreative.com/2008/04/03/how-to-customise-your-wordpress-log-in-screen/#comment-48610</link>
		<dc:creator>Ray Creations</dc:creator>
		<pubDate>Thu, 03 Nov 2011 19:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://justcreativedesign.com/?p=355#comment-48610</guid>
		<description>We do a lot of Wordpress designing but often leave out the login page design. This is definitely a good tutorial.</description>
		<content:encoded><![CDATA[<p>We do a lot of Wordpress designing but often leave out the login page design. This is definitely a good tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Destiny Islands</title>
		<link>http://justcreative.com/2008/04/03/how-to-customise-your-wordpress-log-in-screen/#comment-47834</link>
		<dc:creator>Destiny Islands</dc:creator>
		<pubDate>Sun, 25 Sep 2011 15:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://justcreativedesign.com/?p=355#comment-47834</guid>
		<description>We did this on our website as well! Just took a few hours of custom CSS and a few tidbits in Photoshop... check it out live http://www.destinyislands.com/wp-login.php</description>
		<content:encoded><![CDATA[<p>We did this on our website as well! Just took a few hours of custom CSS and a few tidbits in Photoshop&#8230; check it out live <a href="http://www.destinyislands.com/wp-login.php" rel="nofollow">http://www.destinyislands.com/wp-login.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cosmo</title>
		<link>http://justcreative.com/2008/04/03/how-to-customise-your-wordpress-log-in-screen/#comment-44093</link>
		<dc:creator>Cosmo</dc:creator>
		<pubDate>Sun, 10 Apr 2011 21:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://justcreativedesign.com/?p=355#comment-44093</guid>
		<description>oops, you updated core files, and the WP logo is back!!

Next time make a add_filter in your functions file!</description>
		<content:encoded><![CDATA[<p>oops, you updated core files, and the WP logo is back!!</p>
<p>Next time make a add_filter in your functions file!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Dan</title>
		<link>http://justcreative.com/2008/04/03/how-to-customise-your-wordpress-log-in-screen/#comment-44076</link>
		<dc:creator>The Dan</dc:creator>
		<pubDate>Sat, 09 Apr 2011 21:29:56 +0000</pubDate>
		<guid isPermaLink="false">http://justcreativedesign.com/?p=355#comment-44076</guid>
		<description>Thanks webber for the update - that worked great. This tutorial was great but definitely has the downfall of updating files that will be replaced with every WP upgrade.</description>
		<content:encoded><![CDATA[<p>Thanks webber for the update &#8211; that worked great. This tutorial was great but definitely has the downfall of updating files that will be replaced with every WP upgrade.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webber</title>
		<link>http://justcreative.com/2008/04/03/how-to-customise-your-wordpress-log-in-screen/#comment-43849</link>
		<dc:creator>webber</dc:creator>
		<pubDate>Mon, 28 Mar 2011 15:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://justcreativedesign.com/?p=355#comment-43849</guid>
		<description>Use this one code instead:
http://wordpress.org/support/topic/change-login-picture

add_action(&quot;login_head&quot;, &quot;my_login_head&quot;);
function my_login_head() {
	echo &quot;
	
	body.login #login h1 a {
		background: url(&#039;&quot;.get_bloginfo(&#039;template_url&#039;).&quot;/images/logo-login.gif&#039;) no-repeat scroll center top transparent;
		height: 90px;
		width: 400px;
	}
	
	&quot;;
}</description>
		<content:encoded><![CDATA[<p>Use this one code instead:<br />
<a href="http://wordpress.org/support/topic/change-login-picture" rel="nofollow">http://wordpress.org/support/topic/change-login-picture</a></p>
<p>add_action(&#8220;login_head&#8221;, &#8220;my_login_head&#8221;);<br />
function my_login_head() {<br />
	echo &#8221;</p>
<p>	body.login #login h1 a {<br />
		background: url(&#8216;&#8221;.get_bloginfo(&#8216;template_url&#8217;).&#8221;/images/logo-login.gif&#8217;) no-repeat scroll center top transparent;<br />
		height: 90px;<br />
		width: 400px;<br />
	}</p>
<p>	&#8220;;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webber</title>
		<link>http://justcreative.com/2008/04/03/how-to-customise-your-wordpress-log-in-screen/#comment-43848</link>
		<dc:creator>webber</dc:creator>
		<pubDate>Mon, 28 Mar 2011 15:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://justcreativedesign.com/?p=355#comment-43848</guid>
		<description>Your variant is not good, because if you will update core, than your code will be lost.</description>
		<content:encoded><![CDATA[<p>Your variant is not good, because if you will update core, than your code will be lost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Plugin &#8211; &#8220;Fast Secure Contact Form&#8221; integrated with SI CAPTCHA &#8211; Project TZ</title>
		<link>http://justcreative.com/2008/04/03/how-to-customise-your-wordpress-log-in-screen/#comment-43629</link>
		<dc:creator>Plugin &#8211; &#8220;Fast Secure Contact Form&#8221; integrated with SI CAPTCHA &#8211; Project TZ</dc:creator>
		<pubDate>Sun, 13 Mar 2011 07:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://justcreativedesign.com/?p=355#comment-43629</guid>
		<description>[...] How To Customise Your WordPress 2.5+ Log In Screen [...]</description>
		<content:encoded><![CDATA[<p>[...] How To Customise Your WordPress 2.5+ Log In Screen [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Customize Wordpress Login Screen &#8211; Project TZ</title>
		<link>http://justcreative.com/2008/04/03/how-to-customise-your-wordpress-log-in-screen/#comment-43504</link>
		<dc:creator>Customize Wordpress Login Screen &#8211; Project TZ</dc:creator>
		<pubDate>Sun, 06 Mar 2011 12:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://justcreativedesign.com/?p=355#comment-43504</guid>
		<description>[...] How To Customise Your WordPress 2.5+ Log In Screen [...]</description>
		<content:encoded><![CDATA[<p>[...] How To Customise Your WordPress 2.5+ Log In Screen [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Condicioner</title>
		<link>http://justcreative.com/2008/04/03/how-to-customise-your-wordpress-log-in-screen/#comment-43423</link>
		<dc:creator>Condicioner</dc:creator>
		<pubDate>Wed, 02 Mar 2011 12:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://justcreativedesign.com/?p=355#comment-43423</guid>
		<description>Jacob, love your articles, thumbs up.</description>
		<content:encoded><![CDATA[<p>Jacob, love your articles, thumbs up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://justcreative.com/2008/04/03/how-to-customise-your-wordpress-log-in-screen/#comment-42997</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Sun, 06 Feb 2011 09:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://justcreativedesign.com/?p=355#comment-42997</guid>
		<description>Thanks Jacob. I&#039;ve been looking for how to do this over the last hour. My site runs on 3.0.4 though, I hope this procedure is still applicable.</description>
		<content:encoded><![CDATA[<p>Thanks Jacob. I&#8217;ve been looking for how to do this over the last hour. My site runs on 3.0.4 though, I hope this procedure is still applicable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis Polishchuk</title>
		<link>http://justcreative.com/2008/04/03/how-to-customise-your-wordpress-log-in-screen/#comment-37404</link>
		<dc:creator>Denis Polishchuk</dc:creator>
		<pubDate>Mon, 17 May 2010 08:08:47 +0000</pubDate>
		<guid isPermaLink="false">http://justcreativedesign.com/?p=355#comment-37404</guid>
		<description>Thanks, just what I was looking in the last 2 weeks! And clearly written.</description>
		<content:encoded><![CDATA[<p>Thanks, just what I was looking in the last 2 weeks! And clearly written.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miracle Studios</title>
		<link>http://justcreative.com/2008/04/03/how-to-customise-your-wordpress-log-in-screen/#comment-37146</link>
		<dc:creator>Miracle Studios</dc:creator>
		<pubDate>Thu, 06 May 2010 07:32:10 +0000</pubDate>
		<guid isPermaLink="false">http://justcreativedesign.com/?p=355#comment-37146</guid>
		<description>Jacob, you are expert with wordpress functionalities.</description>
		<content:encoded><![CDATA[<p>Jacob, you are expert with wordpress functionalities.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LA</title>
		<link>http://justcreative.com/2008/04/03/how-to-customise-your-wordpress-log-in-screen/#comment-34768</link>
		<dc:creator>LA</dc:creator>
		<pubDate>Tue, 27 Oct 2009 17:59:33 +0000</pubDate>
		<guid isPermaLink="false">http://justcreativedesign.com/?p=355#comment-34768</guid>
		<description>nice. exactly what i was looking for.</description>
		<content:encoded><![CDATA[<p>nice. exactly what i was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://justcreative.com/2008/04/03/how-to-customise-your-wordpress-log-in-screen/#comment-34267</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 16 Oct 2009 04:24:31 +0000</pubDate>
		<guid isPermaLink="false">http://justcreativedesign.com/?p=355#comment-34267</guid>
		<description>Hi Everyone! 

I don&#039;t know if anyone has said it before, but this is not the grestest way to do this, especially if you are doing it for someone else. 

Anything in the wp-admin folder should not be touched because these are core files which will get overwritten by an upgrade. 

You should use a plugin to achieve the effect you want, you can find info on how to do this here: 

http://codex.wordpress.org/Creating_Admin_Themes#Change_Log-In_page.27s_style

Basically you need to append a stylehsheet to your login page. Once you have done so, you can easily change the login image, it is actually the background of an element, so in your stylesheet: 

#login h1 a {
background: url(&#039;path_to_image.gif&#039;)
}

That said, modifying the Wordpress core files achieves the same effect, it is not necessarily a bad thing to do so if you are aware of the &quot;risks&quot;. 

Hope I could help, and in any case, thank you for the article, I love your work :)</description>
		<content:encoded><![CDATA[<p>Hi Everyone! </p>
<p>I don&#8217;t know if anyone has said it before, but this is not the grestest way to do this, especially if you are doing it for someone else. </p>
<p>Anything in the wp-admin folder should not be touched because these are core files which will get overwritten by an upgrade. </p>
<p>You should use a plugin to achieve the effect you want, you can find info on how to do this here: </p>
<p><a href="http://codex.wordpress.org/Creating_Admin_Themes#Change_Log-In_page.27s_style" rel="nofollow">http://codex.wordpress.org/Creating_Admin_Themes#Change_Log-In_page.27s_style</a></p>
<p>Basically you need to append a stylehsheet to your login page. Once you have done so, you can easily change the login image, it is actually the background of an element, so in your stylesheet: </p>
<p>#login h1 a {<br />
background: url(&#8216;path_to_image.gif&#8217;)<br />
}</p>
<p>That said, modifying the Wordpress core files achieves the same effect, it is not necessarily a bad thing to do so if you are aware of the &#8220;risks&#8221;. </p>
<p>Hope I could help, and in any case, thank you for the article, I love your work <img src='http://justcreative.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wordpress Admin Panel / Login Screen Branding &#124; my daily tech</title>
		<link>http://justcreative.com/2008/04/03/how-to-customise-your-wordpress-log-in-screen/#comment-33516</link>
		<dc:creator>Wordpress Admin Panel / Login Screen Branding &#124; my daily tech</dc:creator>
		<pubDate>Mon, 28 Sep 2009 00:24:03 +0000</pubDate>
		<guid isPermaLink="false">http://justcreativedesign.com/?p=355#comment-33516</guid>
		<description>[...] Manually &#8211; How to Customise Your Wordpress 2.5+ Login Screen [...]</description>
		<content:encoded><![CDATA[<p>[...] Manually &#8211; How to Customise Your Wordpress 2.5+ Login Screen [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Top 10 blogging tips/articles for new bloggers! &#124; Extreme Trix</title>
		<link>http://justcreative.com/2008/04/03/how-to-customise-your-wordpress-log-in-screen/#comment-32830</link>
		<dc:creator>Top 10 blogging tips/articles for new bloggers! &#124; Extreme Trix</dc:creator>
		<pubDate>Tue, 01 Sep 2009 09:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://justcreativedesign.com/?p=355#comment-32830</guid>
		<description>[...] How To Customise Your Wordpress 2.5+ Log In  &#8211; Jacob of Just Creative design posted a cool trick for all those who want to change their WordPress log in logo. Read this&#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] How To Customise Your Wordpress 2.5+ Log In  &#8211; Jacob of Just Creative design posted a cool trick for all those who want to change their WordPress log in logo. Read this&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 88 Unmissable Wordpress Links: Theme Thursday &#171; Knowledge Articles</title>
		<link>http://justcreative.com/2008/04/03/how-to-customise-your-wordpress-log-in-screen/#comment-31793</link>
		<dc:creator>88 Unmissable Wordpress Links: Theme Thursday &#171; Knowledge Articles</dc:creator>
		<pubDate>Sun, 19 Jul 2009 10:41:15 +0000</pubDate>
		<guid isPermaLink="false">http://justcreativedesign.com/?p=355#comment-31793</guid>
		<description>[...] How To Customise Your WordPress 2.5+ Log In Screen [...]</description>
		<content:encoded><![CDATA[<p>[...] How To Customise Your WordPress 2.5+ Log In Screen [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Fialkoff</title>
		<link>http://justcreative.com/2008/04/03/how-to-customise-your-wordpress-log-in-screen/#comment-30304</link>
		<dc:creator>Josh Fialkoff</dc:creator>
		<pubDate>Tue, 19 May 2009 13:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://justcreativedesign.com/?p=355#comment-30304</guid>
		<description>Hi,
I am having trouble removing the border around the login form.
I have removed the border: 1px solid #e5e5e5; line from the /wp-admin/css/login.css file, but it continues to appear.
Could it be because the file referenced is /wp-admin/css/login.css?ver=20081210? 
Has anyone else been able to remove/edit this border?
Thanks,
Josh</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am having trouble removing the border around the login form.<br />
I have removed the border: 1px solid #e5e5e5; line from the /wp-admin/css/login.css file, but it continues to appear.<br />
Could it be because the file referenced is /wp-admin/css/login.css?ver=20081210?<br />
Has anyone else been able to remove/edit this border?<br />
Thanks,<br />
Josh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Cass</title>
		<link>http://justcreative.com/2008/04/03/how-to-customise-your-wordpress-log-in-screen/#comment-29403</link>
		<dc:creator>Jacob Cass</dc:creator>
		<pubDate>Sun, 03 May 2009 13:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://justcreativedesign.com/?p=355#comment-29403</guid>
		<description>It is a highly customised Rhea theme by BlogOhBlog.</description>
		<content:encoded><![CDATA[<p>It is a highly customised Rhea theme by BlogOhBlog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mssmotorrd</title>
		<link>http://justcreative.com/2008/04/03/how-to-customise-your-wordpress-log-in-screen/#comment-29402</link>
		<dc:creator>mssmotorrd</dc:creator>
		<pubDate>Sun, 03 May 2009 12:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://justcreativedesign.com/?p=355#comment-29402</guid>
		<description>It&#039;s the first time I commented here and I must say you share us genuine, and quality information for bloggers! Good job. 
p.s. You have a very good template for your blog. Where did you find it?</description>
		<content:encoded><![CDATA[<p>It&#8217;s the first time I commented here and I must say you share us genuine, and quality information for bloggers! Good job.<br />
p.s. You have a very good template for your blog. Where did you find it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 88 Unmissable Wordpress Links: Theme Thursday &#124; Hi, Im Grace Smith</title>
		<link>http://justcreative.com/2008/04/03/how-to-customise-your-wordpress-log-in-screen/#comment-28012</link>
		<dc:creator>88 Unmissable Wordpress Links: Theme Thursday &#124; Hi, Im Grace Smith</dc:creator>
		<pubDate>Fri, 13 Mar 2009 17:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://justcreativedesign.com/?p=355#comment-28012</guid>
		<description>[...] How To Customise Your Wordpress 2.5+ Log In Screen [...]</description>
		<content:encoded><![CDATA[<p>[...] How To Customise Your Wordpress 2.5+ Log In Screen [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saurabh shah</title>
		<link>http://justcreative.com/2008/04/03/how-to-customise-your-wordpress-log-in-screen/#comment-27967</link>
		<dc:creator>saurabh shah</dc:creator>
		<pubDate>Thu, 12 Mar 2009 13:30:31 +0000</pubDate>
		<guid isPermaLink="false">http://justcreativedesign.com/?p=355#comment-27967</guid>
		<description>ohh very easy way ... thnx for sharing</description>
		<content:encoded><![CDATA[<p>ohh very easy way &#8230; thnx for sharing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Schweizer WordPress Magazin &#187; Anleitungen CSS und XHTML &#187; WordPress Login Gestaltung</title>
		<link>http://justcreative.com/2008/04/03/how-to-customise-your-wordpress-log-in-screen/#comment-9100</link>
		<dc:creator>Schweizer WordPress Magazin &#187; Anleitungen CSS und XHTML &#187; WordPress Login Gestaltung</dc:creator>
		<pubDate>Thu, 10 Jul 2008 14:30:26 +0000</pubDate>
		<guid isPermaLink="false">http://justcreativedesign.com/?p=355#comment-9100</guid>
		<description>[...] bekannteste und wohl erste LÃ¶sung gibt es bei Just Creative Design, einem populÃ¤ren Blog von Jacob Cass. Die folgende Liste ist eine vereinfachte und Ã¼bersetzte [...]</description>
		<content:encoded><![CDATA[<p>[...] bekannteste und wohl erste LÃ¶sung gibt es bei Just Creative Design, einem populÃ¤ren Blog von Jacob Cass. Die folgende Liste ist eine vereinfachte und Ã¼bersetzte [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To: Make A Custom WordPress 2.5+ Login Screen &#124; [Blog Tutorials]</title>
		<link>http://justcreative.com/2008/04/03/how-to-customise-your-wordpress-log-in-screen/#comment-7372</link>
		<dc:creator>How To: Make A Custom WordPress 2.5+ Login Screen &#124; [Blog Tutorials]</dc:creator>
		<pubDate>Sun, 08 Jun 2008 02:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://justcreativedesign.com/?p=355#comment-7372</guid>
		<description>[...] you&#039;re interested in checking out how to do this, Just Creative Design has written up a great tutorial on how to accomplish this, and it is surprisingly easy to accomplish.&#160; You can see their login screen here as an [...]</description>
		<content:encoded><![CDATA[<p>[...] you&#8217;re interested in checking out how to do this, Just Creative Design has written up a great tutorial on how to accomplish this, and it is surprisingly easy to accomplish.&nbsp; You can see their login screen here as an [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WPCandy Logo Login Plugin :: WPLover</title>
		<link>http://justcreative.com/2008/04/03/how-to-customise-your-wordpress-log-in-screen/#comment-3282</link>
		<dc:creator>WPCandy Logo Login Plugin :: WPLover</dc:creator>
		<pubDate>Sun, 18 May 2008 02:31:57 +0000</pubDate>
		<guid isPermaLink="false">http://justcreativedesign.com/?p=355#comment-3282</guid>
		<description>[...] Update: It turns out David and Ben&#8217;s method/plugin above does not work for WordPress 2.5 and above. But fear not, because here&#8217;s another plugin that works, and there&#8217;s also Just Creative Design&#8217;s tutorial for that. [...]</description>
		<content:encoded><![CDATA[<p>[...] Update: It turns out David and Ben&#8217;s method/plugin above does not work for WordPress 2.5 and above. But fear not, because here&#8217;s another plugin that works, and there&#8217;s also Just Creative Design&#8217;s tutorial for that. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Top Best Graphic Design Articles of April 2008</title>
		<link>http://justcreative.com/2008/04/03/how-to-customise-your-wordpress-log-in-screen/#comment-2647</link>
		<dc:creator>Top Best Graphic Design Articles of April 2008</dc:creator>
		<pubDate>Wed, 30 Apr 2008 03:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://justcreativedesign.com/?p=355#comment-2647</guid>
		<description>[...] How To Customise Your Wordpress 2.5+ Log In Screen A brief tutorial I wrote on how to customise your log in screen. [...]</description>
		<content:encoded><![CDATA[<p>[...] How To Customise Your Wordpress 2.5+ Log In Screen A brief tutorial I wrote on how to customise your log in screen. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Random WordPress 2.5 How-To&#8217;s :: WPLover</title>
		<link>http://justcreative.com/2008/04/03/how-to-customise-your-wordpress-log-in-screen/#comment-2272</link>
		<dc:creator>Random WordPress 2.5 How-To&#8217;s :: WPLover</dc:creator>
		<pubDate>Wed, 16 Apr 2008 00:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://justcreativedesign.com/?p=355#comment-2272</guid>
		<description>[...] How to Customize WordPress 2.5 Login Screen by Just Creative Design. [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Customize WordPress 2.5 Login Screen by Just Creative Design. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ultime dal fronte WordPress 15-2008</title>
		<link>http://justcreative.com/2008/04/03/how-to-customise-your-wordpress-log-in-screen/#comment-2138</link>
		<dc:creator>Ultime dal fronte WordPress 15-2008</dc:creator>
		<pubDate>Thu, 10 Apr 2008 12:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://justcreativedesign.com/?p=355#comment-2138</guid>
		<description>[...] Jacob Cass ci spiega come modificare la schermata di login di WordPress 2.5. [...]</description>
		<content:encoded><![CDATA[<p>[...] Jacob Cass ci spiega come modificare la schermata di login di WordPress 2.5. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Is The New WordPress 2.5 Holding Up to The Hype? &#124; WebBriefcase</title>
		<link>http://justcreative.com/2008/04/03/how-to-customise-your-wordpress-log-in-screen/#comment-2109</link>
		<dc:creator>Is The New WordPress 2.5 Holding Up to The Hype? &#124; WebBriefcase</dc:creator>
		<pubDate>Wed, 09 Apr 2008 09:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://justcreativedesign.com/?p=355#comment-2109</guid>
		<description>[...] version you can also create a custom login screen. For a great tutorial on doing this you can visit Just Creative Design. Below is an image of their custom built login screen. The only reason I can see this being fun and [...]</description>
		<content:encoded><![CDATA[<p>[...] version you can also create a custom login screen. For a great tutorial on doing this you can visit Just Creative Design. Below is an image of their custom built login screen. The only reason I can see this being fun and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jermayn</title>
		<link>http://justcreative.com/2008/04/03/how-to-customise-your-wordpress-log-in-screen/#comment-2106</link>
		<dc:creator>Jermayn</dc:creator>
		<pubDate>Wed, 09 Apr 2008 02:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://justcreativedesign.com/?p=355#comment-2106</guid>
		<description>Before 2.5 I did a customised login which required changing the two images but this is a lot easier with just changing colours...

Thanks for the great tut.

&lt;em&gt;Jermayn&#039;s last blog post..&lt;a href=&#039;http://www.wotuthink.com/dreaming-out-loud&#039; rel=&quot;nofollow&quot;&gt;Dreaming Out Loud - OneRepublic&lt;/a&gt;&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>Before 2.5 I did a customised login which required changing the two images but this is a lot easier with just changing colours&#8230;</p>
<p>Thanks for the great tut.</p>
<p><em>Jermayn&#8217;s last blog post..<a href='http://www.wotuthink.com/dreaming-out-loud' rel="nofollow">Dreaming Out Loud &#8211; OneRepublic</a></em></p>
]]></content:encoded>
	</item>
</channel>
</rss>

