<?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 display logged in username in WordPress</title>
	<atom:link href="http://www.haggardhosting.com/wordpress/how-to-display-logged-in-username-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.haggardhosting.com/wordpress/how-to-display-logged-in-username-in-wordpress/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-display-logged-in-username-in-wordpress</link>
	<description>Affordable Website Design</description>
	<lastBuildDate>Sat, 29 May 2010 23:21:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Zephyr</title>
		<link>http://www.haggardhosting.com/wordpress/how-to-display-logged-in-username-in-wordpress/comment-page-1/#comment-137</link>
		<dc:creator>Zephyr</dc:creator>
		<pubDate>Sat, 29 May 2010 23:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.haggardhosting.com/?p=319#comment-137</guid>
		<description>Hi Glen,
Thanks for publishing this. It was a great help actually helping me use the get_currentuserinfo() function. I couldn&#039;t work this out from the Wordpress Function Reference site. I&#039;ll try creating a login as well. Thank you too Sean!
Best regards,
Zephyr</description>
		<content:encoded><![CDATA[<p>Hi Glen,<br />
Thanks for publishing this. It was a great help actually helping me use the get_currentuserinfo() function. I couldn&#8217;t work this out from the WordPress Function Reference site. I&#8217;ll try creating a login as well. Thank you too Sean!<br />
Best regards,<br />
Zephyr</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blogiskewl</title>
		<link>http://www.haggardhosting.com/wordpress/how-to-display-logged-in-username-in-wordpress/comment-page-1/#comment-134</link>
		<dc:creator>blogiskewl</dc:creator>
		<pubDate>Fri, 26 Mar 2010 19:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.haggardhosting.com/?p=319#comment-134</guid>
		<description>Hi, I recently started a bloghosting platform (based on wordpress MU) and when I stumbled your blog I paid attention to your theme (looking good) so I was wondering can you tell me is it custom made theme or one of those free ones? thanks in advance! regards, blogiskewl</description>
		<content:encoded><![CDATA[<p>Hi, I recently started a bloghosting platform (based on wordpress MU) and when I stumbled your blog I paid attention to your theme (looking good) so I was wondering can you tell me is it custom made theme or one of those free ones? thanks in advance! regards, blogiskewl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashley</title>
		<link>http://www.haggardhosting.com/wordpress/how-to-display-logged-in-username-in-wordpress/comment-page-1/#comment-119</link>
		<dc:creator>Ashley</dc:creator>
		<pubDate>Mon, 23 Nov 2009 16:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.haggardhosting.com/?p=319#comment-119</guid>
		<description>A minute&#039;s success pays the failure of years.</description>
		<content:encoded><![CDATA[<p>A minute&#8217;s success pays the failure of years.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn Haggard</title>
		<link>http://www.haggardhosting.com/wordpress/how-to-display-logged-in-username-in-wordpress/comment-page-1/#comment-86</link>
		<dc:creator>Glenn Haggard</dc:creator>
		<pubDate>Wed, 19 Aug 2009 06:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.haggardhosting.com/?p=319#comment-86</guid>
		<description>I didn&#039;t know that...thanks for the additional info!</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t know that&#8230;thanks for the additional info!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn Haggard</title>
		<link>http://www.haggardhosting.com/wordpress/how-to-display-logged-in-username-in-wordpress/comment-page-1/#comment-85</link>
		<dc:creator>Glenn Haggard</dc:creator>
		<pubDate>Wed, 19 Aug 2009 06:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.haggardhosting.com/?p=319#comment-85</guid>
		<description>Great!  I hope this helps.</description>
		<content:encoded><![CDATA[<p>Great!  I hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Klein</title>
		<link>http://www.haggardhosting.com/wordpress/how-to-display-logged-in-username-in-wordpress/comment-page-1/#comment-84</link>
		<dc:creator>Sean Klein</dc:creator>
		<pubDate>Tue, 18 Aug 2009 22:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.haggardhosting.com/?p=319#comment-84</guid>
		<description>There is actually no need to write your own login url either.  WP has a function for that. &quot;wp_login_url()&quot;.  Also, both the login_url and logout_url functions give you the option to pass in the redirect parameter, so you don&#039;t need to append it to the end of the function.

So your login would look like:
wp_login_url(&quot;/&quot;);

And logout would look like:
wp_logout_url(&quot;/&quot;);

Hope that helps.</description>
		<content:encoded><![CDATA[<p>There is actually no need to write your own login url either.  WP has a function for that. &#8220;wp_login_url()&#8221;.  Also, both the login_url and logout_url functions give you the option to pass in the redirect parameter, so you don&#8217;t need to append it to the end of the function.</p>
<p>So your login would look like:<br />
wp_login_url(&#8220;/&#8221;);</p>
<p>And logout would look like:<br />
wp_logout_url(&#8220;/&#8221;);</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heather</title>
		<link>http://www.haggardhosting.com/wordpress/how-to-display-logged-in-username-in-wordpress/comment-page-1/#comment-83</link>
		<dc:creator>Heather</dc:creator>
		<pubDate>Tue, 18 Aug 2009 09:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.haggardhosting.com/?p=319#comment-83</guid>
		<description>How bizarre - I&#039;ve literally just sent off a proposal for a membership WP site, and this will be of massive help.</description>
		<content:encoded><![CDATA[<p>How bizarre &#8211; I&#8217;ve literally just sent off a proposal for a membership WP site, and this will be of massive help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
