<?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 WordPress Login Page Without a Plugin</title>
	<atom:link href="/42/customize-wordpress-login-page/feed/" rel="self" type="application/rss+xml" />
	<link>https://mazeofminds.com/42/customize-wordpress-login-page/</link>
	<description>Blog About Web Design &#38; Development</description>
	<lastBuildDate>Wed, 24 Jul 2013 21:42:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: timDesain</title>
		<link>https://mazeofminds.com/42/customize-wordpress-login-page/#comment-435</link>
		<dc:creator>timDesain</dc:creator>
		<pubDate>Thu, 27 Dec 2012 07:22:04 +0000</pubDate>
		<guid isPermaLink="false">https://mazeofminds.com/?p=42#comment-435</guid>
		<description><![CDATA[Nice custom login and combined with custom post type for the message

http://bisnisukm.com/wp-login.php]]></description>
		<content:encoded><![CDATA[<p>Nice custom login and combined with custom post type for the message</p>
<p><a href="http://bisnisukm.com/wp-login.php" rel="nofollow">http://bisnisukm.com/wp-login.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>https://mazeofminds.com/42/customize-wordpress-login-page/#comment-21</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Sat, 16 Jul 2011 19:36:41 +0000</pubDate>
		<guid isPermaLink="false">https://mazeofminds.com/?p=42#comment-21</guid>
		<description><![CDATA[Yes, great! Thank you]]></description>
		<content:encoded><![CDATA[<p>Yes, great! Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asta</title>
		<link>https://mazeofminds.com/42/customize-wordpress-login-page/#comment-19</link>
		<dc:creator>Asta</dc:creator>
		<pubDate>Sat, 16 Jul 2011 16:58:24 +0000</pubDate>
		<guid isPermaLink="false">https://mazeofminds.com/?p=42#comment-19</guid>
		<description><![CDATA[Hi,
you can try to put this bit of code in your functions.php:
&lt;code&gt;
&lt;?php
add_action(&#039;login_form&#039;, &#039;redirect_after_login&#039;);
function redirect_after_login() {
	global $redirect_to;
	if (!isset($_GET[&#039;redirect_to&#039;])) {
		$redirect_to = get_option(&#039;siteurl&#039;);
	}
}
?&gt;
&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
you can try to put this bit of code in your functions.php:<br />
<code><br />
&lt;?php<br />
add_action('login_form', 'redirect_after_login');<br />
function redirect_after_login() {<br />
	global $redirect_to;<br />
	if (!isset($_GET['redirect_to'])) {<br />
		$redirect_to = get_option('siteurl');<br />
	}<br />
}<br />
?&gt;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>https://mazeofminds.com/42/customize-wordpress-login-page/#comment-15</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Fri, 15 Jul 2011 09:25:36 +0000</pubDate>
		<guid isPermaLink="false">https://mazeofminds.com/?p=42#comment-15</guid>
		<description><![CDATA[Very useful thank you! 
Do you think is possible using this functions.php method to change the redirect link after the login to the homepage of the site instead the wp-admin profile page?]]></description>
		<content:encoded><![CDATA[<p>Very useful thank you!<br />
Do you think is possible using this functions.php method to change the redirect link after the login to the homepage of the site instead the wp-admin profile page?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
