<?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: Customize your WordPress Backend for Personal Branding</title>
	<atom:link href="http://www.1stwebdesigner.com/wordpress/customize-your-wordpress-backend-for-personal-branding/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.1stwebdesigner.com/wordpress/customize-your-wordpress-backend-for-personal-branding/</link>
	<description>1stwebdesigner is a design blog dedicated to bloggers, freelancers, web-developers and designers. Topics focus on web design and inspirational articles.</description>
	<lastBuildDate>Mon, 13 Feb 2012 10:07:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tina Grimwood</title>
		<link>http://www.1stwebdesigner.com/wordpress/customize-your-wordpress-backend-for-personal-branding/comment-page-1/#comment-99167</link>
		<dc:creator>Tina Grimwood</dc:creator>
		<pubDate>Fri, 09 Sep 2011 00:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=10584#comment-99167</guid>
		<description>I will immediately snatch your rss feed as I can not to find your e-mail subscription link or e-newsletter service. Do you have any? Please permit me understand in order that I may subscribe. Thanks.</description>
		<content:encoded><![CDATA[<p>I will immediately snatch your rss feed as I can not to find your e-mail subscription link or e-newsletter service. Do you have any? Please permit me understand in order that I may subscribe. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saurav</title>
		<link>http://www.1stwebdesigner.com/wordpress/customize-your-wordpress-backend-for-personal-branding/comment-page-1/#comment-95635</link>
		<dc:creator>Saurav</dc:creator>
		<pubDate>Thu, 18 Aug 2011 14:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=10584#comment-95635</guid>
		<description>The tutorial is beyond my expectation. Now it&#039;s become quite easy to modify and customize the wordpress login page. I am looking for some great wordpress login page designs. Will you care to post some beautiful and creative login page designs?</description>
		<content:encoded><![CDATA[<p>The tutorial is beyond my expectation. Now it&#8217;s become quite easy to modify and customize the wordpress login page. I am looking for some great wordpress login page designs. Will you care to post some beautiful and creative login page designs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Design Malaysia</title>
		<link>http://www.1stwebdesigner.com/wordpress/customize-your-wordpress-backend-for-personal-branding/comment-page-1/#comment-88188</link>
		<dc:creator>Web Design Malaysia</dc:creator>
		<pubDate>Sun, 03 Jul 2011 15:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=10584#comment-88188</guid>
		<description>We&#039;ve been branding the login page for our clients ever since we came across your article! To be honest, clients love the branding touch to it even though it&#039;s just a simple step. Thanks for this mate!</description>
		<content:encoded><![CDATA[<p>We&#8217;ve been branding the login page for our clients ever since we came across your article! To be honest, clients love the branding touch to it even though it&#8217;s just a simple step. Thanks for this mate!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Affordable Website Design</title>
		<link>http://www.1stwebdesigner.com/wordpress/customize-your-wordpress-backend-for-personal-branding/comment-page-1/#comment-87805</link>
		<dc:creator>Affordable Website Design</dc:creator>
		<pubDate>Wed, 29 Jun 2011 01:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=10584#comment-87805</guid>
		<description>Some time i really get wonder that how people write something so informative like the above details, i am really thanks full of you guys for sharing.Thanks Alot</description>
		<content:encoded><![CDATA[<p>Some time i really get wonder that how people write something so informative like the above details, i am really thanks full of you guys for sharing.Thanks Alot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satyabijana</title>
		<link>http://www.1stwebdesigner.com/wordpress/customize-your-wordpress-backend-for-personal-branding/comment-page-1/#comment-62546</link>
		<dc:creator>Satyabijana</dc:creator>
		<pubDate>Tue, 26 Oct 2010 09:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=10584#comment-62546</guid>
		<description>try this:
echo &#039;&#039;;

instead of:
echo &#039;wplogin/wplogin.css&quot; /&gt;&#039;;</description>
		<content:encoded><![CDATA[<p>try this:<br />
echo &#8221;;</p>
<p>instead of:<br />
echo &#8216;wplogin/wplogin.css&#8221; /&gt;&#8217;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkkdism</title>
		<link>http://www.1stwebdesigner.com/wordpress/customize-your-wordpress-backend-for-personal-branding/comment-page-1/#comment-50810</link>
		<dc:creator>jkkdism</dc:creator>
		<pubDate>Sat, 18 Sep 2010 20:58:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=10584#comment-50810</guid>
		<description>First Off, BIG THANK YOU for this code. And Please correct the code, it looks good but it doesn&#039;t work.

For example:

php
function custom_login() {
echo &#039;wplogin/wplogin.css&quot; /&gt;&#039;;
}
add_action(&#039;login_head&#039;, &#039;custom_login&#039;);
?&gt;

Specially this line 
echo &#039;wplogin/wplogin.css&quot; /&gt;&#039;;

I tried but the code did not work.</description>
		<content:encoded><![CDATA[<p>First Off, BIG THANK YOU for this code. And Please correct the code, it looks good but it doesn&#8217;t work.</p>
<p>For example:</p>
<p>php<br />
function custom_login() {<br />
echo &#8216;wplogin/wplogin.css&#8221; /&gt;&#8217;;<br />
}<br />
add_action(&#8216;login_head&#8217;, &#8216;custom_login&#8217;);<br />
?&gt;</p>
<p>Specially this line<br />
echo &#8216;wplogin/wplogin.css&#8221; /&gt;&#8217;;</p>
<p>I tried but the code did not work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ed</title>
		<link>http://www.1stwebdesigner.com/wordpress/customize-your-wordpress-backend-for-personal-branding/comment-page-1/#comment-45760</link>
		<dc:creator>ed</dc:creator>
		<pubDate>Tue, 27 Jul 2010 01:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=10584#comment-45760</guid>
		<description>php
function custom_login() {
echo &#039;wplogin/wplogin.css&quot; /&gt;&#039;;
}
add_action(&#039;login_head&#039;, &#039;custom_login&#039;);
?&gt;

without the line numbers, of course...</description>
		<content:encoded><![CDATA[<p>php<br />
function custom_login() {<br />
echo &#8216;wplogin/wplogin.css&#8221; /&gt;&#8217;;<br />
}<br />
add_action(&#8216;login_head&#8217;, &#8216;custom_login&#8217;);<br />
?&gt;</p>
<p>without the line numbers, of course&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ed</title>
		<link>http://www.1stwebdesigner.com/wordpress/customize-your-wordpress-backend-for-personal-branding/comment-page-1/#comment-45758</link>
		<dc:creator>ed</dc:creator>
		<pubDate>Tue, 27 Jul 2010 01:07:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=10584#comment-45758</guid>
		<description>your code is not working for some reason...everything is red, a tag is not closing or whatever, strange...

&#039;;
}
add_action(&#039;login_head&#039;, &#039;custom_login&#039;);
?&gt;

</description>
		<content:encoded><![CDATA[<p>your code is not working for some reason&#8230;everything is red, a tag is not closing or whatever, strange&#8230;</p>
<p>&#8216;;<br />
}<br />
add_action(&#8216;login_head&#8217;, &#8216;custom_login&#8217;);<br />
?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Husien Adel</title>
		<link>http://www.1stwebdesigner.com/wordpress/customize-your-wordpress-backend-for-personal-branding/comment-page-1/#comment-39275</link>
		<dc:creator>Husien Adel</dc:creator>
		<pubDate>Sun, 06 Jun 2010 13:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=10584#comment-39275</guid>
		<description>nice tricks ;) for wp personalization , thanks</description>
		<content:encoded><![CDATA[<p>nice tricks ;) for wp personalization , thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ample</title>
		<link>http://www.1stwebdesigner.com/wordpress/customize-your-wordpress-backend-for-personal-branding/comment-page-1/#comment-38793</link>
		<dc:creator>Ample</dc:creator>
		<pubDate>Thu, 03 Jun 2010 06:04:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.1stwebdesigner.com/?p=10584#comment-38793</guid>
		<description>This is what I&#039;ve been browsing for the last two days.  By the way do you have a ready made custom login page for sharing - lol.</description>
		<content:encoded><![CDATA[<p>This is what I&#8217;ve been browsing for the last two days.  By the way do you have a ready made custom login page for sharing &#8211; lol.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

