<?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: Use WordPress Login</title>
	<atom:link href="http://wpengineer.com/1773/use-wordpress-login/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpengineer.com/1773/use-wordpress-login/</link>
	<description>WordPress News, Hacks, Tips, Tutorials, Plugins and Themes</description>
	<lastBuildDate>Wed, 08 Feb 2012 19:48:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tamil Social Network</title>
		<link>http://wpengineer.com/1773/use-wordpress-login/#comment-4309</link>
		<dc:creator>Tamil Social Network</dc:creator>
		<pubDate>Thu, 13 May 2010 13:33:40 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1773#comment-4309</guid>
		<description>How do I integrate 1 wordpress ID with another wordpress blog. I wanted to use particular blogs id to log in with other wordpress powered blogs..</description>
		<content:encoded><![CDATA[<p>How do I integrate 1 wordpress ID with another wordpress blog. I wanted to use particular blogs id to log in with other wordpress powered blogs..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin</title>
		<link>http://wpengineer.com/1773/use-wordpress-login/#comment-3434</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Tue, 09 Feb 2010 20:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1773#comment-3434</guid>
		<description>Couple of questions for you..
1&gt; If the user makes an error on  input to the login form he/she is redirected to the &quot;real&quot; login form. How would I detect the error and return to the in-page form instead?

2&gt; How can I get the registration form onto a page?

What I would ultimately like to do is have private pages that display the login form if the viewer is not logged in, with a link to a reg form if they haven&#039;t yet subscribed. Once the viewer is reg&#039;ed and logged in the page&#039;s content is made visible. All of this is done in one page using jquery. I have the basic mechanism working already, but the login errors and reg form are holding me back...</description>
		<content:encoded><![CDATA[<p>Couple of questions for you..<br />
1&gt; If the user makes an error on  input to the login form he/she is redirected to the "real" login form. How would I detect the error and return to the in-page form instead?</p>
<p>2&gt; How can I get the registration form onto a page?</p>
<p>What I would ultimately like to do is have private pages that display the login form if the viewer is not logged in, with a link to a reg form if they haven't yet subscribed. Once the viewer is reg'ed and logged in the page's content is made visible. All of this is done in one page using jquery. I have the basic mechanism working already, but the login errors and reg form are holding me back...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wordpress login plugin &#124; WORDPRESS</title>
		<link>http://wpengineer.com/1773/use-wordpress-login/#comment-1991</link>
		<dc:creator>wordpress login plugin &#124; WORDPRESS</dc:creator>
		<pubDate>Wed, 11 Nov 2009 08:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1773#comment-1991</guid>
		<description>[...] Use WordPress Login &#8211; , WordPress, Thus, Basically &#8211; WP Engineer [...]</description>
		<content:encoded><![CDATA[<p>[...] Use WordPress Login &#8211; , WordPress, Thus, Basically &#8211; WP Engineer [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://wpengineer.com/1773/use-wordpress-login/#comment-1981</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Tue, 10 Nov 2009 07:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1773#comment-1981</guid>
		<description>@Design Informer: I love your comment, thanks!</description>
		<content:encoded><![CDATA[<p>@Design Informer: I love your comment, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://wpengineer.com/1773/use-wordpress-login/#comment-1980</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Tue, 10 Nov 2009 07:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1773#comment-1980</guid>
		<description>@FreewareMatter: You must set global this variable and its bether you use a function for compatibility in feature and secure.</description>
		<content:encoded><![CDATA[<p>@FreewareMatter: You must set global this variable and its bether you use a function for compatibility in feature and secure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FreewareMatter</title>
		<link>http://wpengineer.com/1773/use-wordpress-login/#comment-1976</link>
		<dc:creator>FreewareMatter</dc:creator>
		<pubDate>Mon, 09 Nov 2009 22:54:51 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1773#comment-1976</guid>
		<description>@Frank: I know that. But why don&#039;t you use it instead of $user_ID?

We can replace:

if ( $user_ID ) {} else {}

with

if ( is_user_logged_in() ) {} else {}

I mean is_user_logged_in() is the same as $user_ID.</description>
		<content:encoded><![CDATA[<p>@Frank: I know that. But why don't you use it instead of $user_ID?</p>
<p>We can replace:</p>
<p>if ( $user_ID ) {} else {}</p>
<p>with</p>
<p>if ( is_user_logged_in() ) {} else {}</p>
<p>I mean is_user_logged_in() is the same as $user_ID.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Design Informer</title>
		<link>http://wpengineer.com/1773/use-wordpress-login/#comment-1975</link>
		<dc:creator>Design Informer</dc:creator>
		<pubDate>Mon, 09 Nov 2009 20:55:54 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1773#comment-1975</guid>
		<description>Just ran into this site today from the Six Revisions article and I love it. Your design is awesome and the content is even better.

Needless to say, just added you guys to my favorites and will definitely be visiting often. Keep up the great work!</description>
		<content:encoded><![CDATA[<p>Just ran into this site today from the Six Revisions article and I love it. Your design is awesome and the content is even better.</p>
<p>Needless to say, just added you guys to my favorites and will definitely be visiting often. Keep up the great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://wpengineer.com/1773/use-wordpress-login/#comment-1974</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Mon, 09 Nov 2009 15:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1773#comment-1974</guid>
		<description>@FreewareMatter: i check with is_user_logged_in() only for register users. When users login in WordPress, then she become a other panel to use in frontend.</description>
		<content:encoded><![CDATA[<p>@FreewareMatter: i check with is_user_logged_in() only for register users. When users login in WordPress, then she become a other panel to use in frontend.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sriganesh</title>
		<link>http://wpengineer.com/1773/use-wordpress-login/#comment-1963</link>
		<dc:creator>sriganesh</dc:creator>
		<pubDate>Sat, 07 Nov 2009 05:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1773#comment-1963</guid>
		<description>thanks for sharing,  but liitle detail for like me , new ppl plz :)</description>
		<content:encoded><![CDATA[<p>thanks for sharing,  but liitle detail for like me , new ppl plz <img src='http://wpengineer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FreewareMatter</title>
		<link>http://wpengineer.com/1773/use-wordpress-login/#comment-1958</link>
		<dc:creator>FreewareMatter</dc:creator>
		<pubDate>Fri, 06 Nov 2009 19:21:37 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1773#comment-1958</guid>
		<description>I don&#039;t understand why you don&#039;t use the function is_user_logged_in() to check user is logged in or not (to show login form). You write it in the beginning of article, but don&#039;t use is anymore in the body.</description>
		<content:encoded><![CDATA[<p>I don't understand why you don't use the function is_user_logged_in() to check user is logged in or not (to show login form). You write it in the beginning of article, but don't use is anymore in the body.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

