<?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 Hack: Add Your Logo To The WordPress Login Screen</title>
	<atom:link href="http://www.vooshthemes.com/blog/wordpress-tip/wordpress-hack-add-your-logo-to-the-wordpress-login-screen/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vooshthemes.com/blog/wordpress-tip/wordpress-hack-add-your-logo-to-the-wordpress-login-screen/</link>
	<description>Wordpress Premium Themes and Templates</description>
	<lastBuildDate>Sun, 24 Jul 2011 10:15:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Scotty G the Webmaster</title>
		<link>http://www.vooshthemes.com/blog/wordpress-tip/wordpress-hack-add-your-logo-to-the-wordpress-login-screen/comment-page-1/#comment-33553</link>
		<dc:creator>Scotty G the Webmaster</dc:creator>
		<pubDate>Fri, 24 Jun 2011 06:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.vooshthemes.com/?p=2805#comment-33553</guid>
		<description>Here is the fix to change the image rollover &quot;Powered by Wordpress&quot; and the image link itself.  Just throw these 2 functions in the your theme&#039;s functions.php file:

&lt;pre&gt;
// change login page stuff
function change_wp_login_url() {
    echo bloginfo(&#039;url&#039;);
}

function change_wp_login_title() {
    echo &#039;Powered by &#039; . get_option(&#039;blogname&#039;);
}

add_filter(&#039;login_headerurl&#039;, &#039;change_wp_login_url&#039;);
add_filter(&#039;login_headertitle&#039;, &#039;change_wp_login_title&#039;);
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Here is the fix to change the image rollover &#8220;Powered by WordPress&#8221; and the image link itself.  Just throw these 2 functions in the your theme&#8217;s functions.php file:</p>
<pre>
// change login page stuff
function change_wp_login_url() {
    echo bloginfo('url');
}

function change_wp_login_title() {
    echo 'Powered by ' . get_option('blogname');
}

add_filter('login_headerurl', 'change_wp_login_url');
add_filter('login_headertitle', 'change_wp_login_title');
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scotty G the Webmaster</title>
		<link>http://www.vooshthemes.com/blog/wordpress-tip/wordpress-hack-add-your-logo-to-the-wordpress-login-screen/comment-page-1/#comment-33552</link>
		<dc:creator>Scotty G the Webmaster</dc:creator>
		<pubDate>Fri, 24 Jun 2011 06:26:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.vooshthemes.com/?p=2805#comment-33552</guid>
		<description>Too bad it still links to http://wordpress.org/ :(</description>
		<content:encoded><![CDATA[<p>Too bad it still links to <a href="http://wordpress.org/">http://wordpress.org/</a> <img src='http://www.vooshthemes.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SO</title>
		<link>http://www.vooshthemes.com/blog/wordpress-tip/wordpress-hack-add-your-logo-to-the-wordpress-login-screen/comment-page-1/#comment-25067</link>
		<dc:creator>SO</dc:creator>
		<pubDate>Tue, 22 Mar 2011 19:40:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.vooshthemes.com/?p=2805#comment-25067</guid>
		<description>tung tung add</description>
		<content:encoded><![CDATA[<p>tung tung add</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SO</title>
		<link>http://www.vooshthemes.com/blog/wordpress-tip/wordpress-hack-add-your-logo-to-the-wordpress-login-screen/comment-page-1/#comment-25066</link>
		<dc:creator>SO</dc:creator>
		<pubDate>Tue, 22 Mar 2011 19:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.vooshthemes.com/?p=2805#comment-25066</guid>
		<description>te shkoj</description>
		<content:encoded><![CDATA[<p>te shkoj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dean</title>
		<link>http://www.vooshthemes.com/blog/wordpress-tip/wordpress-hack-add-your-logo-to-the-wordpress-login-screen/comment-page-1/#comment-22387</link>
		<dc:creator>Dean</dc:creator>
		<pubDate>Sun, 30 Jan 2011 16:39:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.vooshthemes.com/?p=2805#comment-22387</guid>
		<description>Worked like a charm.  Now to just get the right dimensions.

Thanks!</description>
		<content:encoded><![CDATA[<p>Worked like a charm.  Now to just get the right dimensions.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cory</title>
		<link>http://www.vooshthemes.com/blog/wordpress-tip/wordpress-hack-add-your-logo-to-the-wordpress-login-screen/comment-page-1/#comment-6949</link>
		<dc:creator>cory</dc:creator>
		<pubDate>Fri, 23 Jul 2010 04:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.vooshthemes.com/?p=2805#comment-6949</guid>
		<description>I added the code in wordpress 3.0 to the very top the functions.php file and changed the path of the logo to point to mine but it was all cut off and when you click on the logo (that was there) it links to wordpress.org. 

Can you help?</description>
		<content:encoded><![CDATA[<p>I added the code in wordpress 3.0 to the very top the functions.php file and changed the path of the logo to point to mine but it was all cut off and when you click on the logo (that was there) it links to wordpress.org. </p>
<p>Can you help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Thomas</title>
		<link>http://www.vooshthemes.com/blog/wordpress-tip/wordpress-hack-add-your-logo-to-the-wordpress-login-screen/comment-page-1/#comment-6230</link>
		<dc:creator>Richard Thomas</dc:creator>
		<pubDate>Sat, 17 Jul 2010 00:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.vooshthemes.com/?p=2805#comment-6230</guid>
		<description>sorry.. pre-school error - white space</description>
		<content:encoded><![CDATA[<p>sorry.. pre-school error &#8211; white space</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Thomas</title>
		<link>http://www.vooshthemes.com/blog/wordpress-tip/wordpress-hack-add-your-logo-to-the-wordpress-login-screen/comment-page-1/#comment-6229</link>
		<dc:creator>Richard Thomas</dc:creator>
		<pubDate>Sat, 17 Jul 2010 00:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.vooshthemes.com/?p=2805#comment-6229</guid>
		<description>can anyone help me out. basically i tried adding your script chris to my functions file. but kept getting 2 error messages simular to the one ive pasted in below – basically says the headers have already been sent and it was telling me to like at something like line 337 and 339 of my functions.php file. so i un-did what i did and returned everything back to normal. then i tried the pluggin that someone posted above. my logo appeared on my wp-admin login page once but failed to login and now everytime i go to the login page i get the error below: even after i removed the pluggin i still get this. can anyone help please.

Warning: Cannot modify header information – headers already sent by (output started at /home/rtmediac/public_html/wp-content/themes/sanura/functions.php:410) in /home/rtmediac/public_html/wp-includes/pluggable.php on line 890</description>
		<content:encoded><![CDATA[<p>can anyone help me out. basically i tried adding your script chris to my functions file. but kept getting 2 error messages simular to the one ive pasted in below – basically says the headers have already been sent and it was telling me to like at something like line 337 and 339 of my functions.php file. so i un-did what i did and returned everything back to normal. then i tried the pluggin that someone posted above. my logo appeared on my wp-admin login page once but failed to login and now everytime i go to the login page i get the error below: even after i removed the pluggin i still get this. can anyone help please.</p>
<p>Warning: Cannot modify header information – headers already sent by (output started at /home/rtmediac/public_html/wp-content/themes/sanura/functions.php:410) in /home/rtmediac/public_html/wp-includes/pluggable.php on line 890</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Germino</title>
		<link>http://www.vooshthemes.com/blog/wordpress-tip/wordpress-hack-add-your-logo-to-the-wordpress-login-screen/comment-page-1/#comment-4870</link>
		<dc:creator>Justin Germino</dc:creator>
		<pubDate>Sun, 04 Jul 2010 05:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.vooshthemes.com/?p=2805#comment-4870</guid>
		<description>Simplistic and easy enough for anyone to follow to brand their wordpress login page, which I think is important if you have guest bloggers (not so much if you are the only one using the blog, though if you run multiple blogs you can brand them so as to not get confused which one you are signing into).

I chose to use a plug-in only because of its simplicity and not being lost (and having to remember) if I change themes or update my theme.</description>
		<content:encoded><![CDATA[<p>Simplistic and easy enough for anyone to follow to brand their wordpress login page, which I think is important if you have guest bloggers (not so much if you are the only one using the blog, though if you run multiple blogs you can brand them so as to not get confused which one you are signing into).</p>
<p>I chose to use a plug-in only because of its simplicity and not being lost (and having to remember) if I change themes or update my theme.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress Quick Tip: How To Change The WordPress Admin Footer Text &#124; Voosh Themes</title>
		<link>http://www.vooshthemes.com/blog/wordpress-tip/wordpress-hack-add-your-logo-to-the-wordpress-login-screen/comment-page-1/#comment-4132</link>
		<dc:creator>WordPress Quick Tip: How To Change The WordPress Admin Footer Text &#124; Voosh Themes</dc:creator>
		<pubDate>Tue, 08 Jun 2010 15:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.vooshthemes.com/?p=2805#comment-4132</guid>
		<description>[...] a previous tip I showed you how to add your own logo to the WordPress Admin login screen. This can be useful if you need to customize WordPress installations for clients and it helps to [...]</description>
		<content:encoded><![CDATA[<p>[...] a previous tip I showed you how to add your own logo to the WordPress Admin login screen. This can be useful if you need to customize WordPress installations for clients and it helps to [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

