<?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: Load User Info Using the Admin Email in WordPress</title>
	<atom:link href="http://www.strangework.com/2010/03/09/how-to-load-user-info-using-the-admin-email-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.strangework.com/2010/03/09/how-to-load-user-info-using-the-admin-email-in-wordpress/</link>
	<description>WordPress and Stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 19:54:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: utopia</title>
		<link>http://www.strangework.com/2010/03/09/how-to-load-user-info-using-the-admin-email-in-wordpress/comment-page-1/#comment-3318</link>
		<dc:creator>utopia</dc:creator>
		<pubDate>Tue, 10 May 2011 20:42:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.strangework.com/?p=896#comment-3318</guid>
		<description>where do i find the information from my admin access data for my website to start creating blogs for the site?</description>
		<content:encoded><![CDATA[<p>where do i find the information from my admin access data for my website to start creating blogs for the site?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Bailey</title>
		<link>http://www.strangework.com/2010/03/09/how-to-load-user-info-using-the-admin-email-in-wordpress/comment-page-1/#comment-2514</link>
		<dc:creator>Andy Bailey</dc:creator>
		<pubDate>Mon, 31 May 2010 06:45:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.strangework.com/?p=896#comment-2514</guid>
		<description>you can get the email with get_blog_option if you have the blog_id 

I have only blog_id so I had to use get_blog_option($blog_id,&#039;admin_email&#039;);

then I searched for get user by email and ended up here. nice!

tweeted.</description>
		<content:encoded><![CDATA[<p>you can get the email with get_blog_option if you have the blog_id </p>
<p>I have only blog_id so I had to use get_blog_option($blog_id,&#8217;admin_email&#8217;);</p>
<p>then I searched for get user by email and ended up here. nice!</p>
<p>tweeted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mo Jangda</title>
		<link>http://www.strangework.com/2010/03/09/how-to-load-user-info-using-the-admin-email-in-wordpress/comment-page-1/#comment-2394</link>
		<dc:creator>Mo Jangda</dc:creator>
		<pubDate>Tue, 09 Mar 2010 15:16:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.strangework.com/?p=896#comment-2394</guid>
		<description>Agreed! Too many functions, too little time :)

If you want something to completely blow your mind, check out get_user_by() (http://core.trac.wordpress.org/browser/trunk/wp-includes/pluggable.php#L184). It lets you load a user based on one of 4 fields: ID, nicename, email, login.</description>
		<content:encoded><![CDATA[<p>Agreed! Too many functions, too little time :)</p>
<p>If you want something to completely blow your mind, check out get_user_by() (<a href="http://core.trac.wordpress.org/browser/trunk/wp-includes/pluggable.php#L184" rel="nofollow">http://core.trac.wordpress.org/browser/trunk/wp-includes/pluggable.php#L184</a>). It lets you load a user based on one of 4 fields: ID, nicename, email, login.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://www.strangework.com/2010/03/09/how-to-load-user-info-using-the-admin-email-in-wordpress/comment-page-1/#comment-2393</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Tue, 09 Mar 2010 15:12:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.strangework.com/?p=896#comment-2393</guid>
		<description>Very cool!  That&#039;s why I love posting these snippets because you learn about other ways to accomplish the same task.  There are so many functions in WordPress it&#039;s tough to track them all.  I&#039;ll test it out and add your example to my post.</description>
		<content:encoded><![CDATA[<p>Very cool!  That&#8217;s why I love posting these snippets because you learn about other ways to accomplish the same task.  There are so many functions in WordPress it&#8217;s tough to track them all.  I&#8217;ll test it out and add your example to my post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mo Jangda</title>
		<link>http://www.strangework.com/2010/03/09/how-to-load-user-info-using-the-admin-email-in-wordpress/comment-page-1/#comment-2392</link>
		<dc:creator>Mo Jangda</dc:creator>
		<pubDate>Tue, 09 Mar 2010 14:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.strangework.com/?p=896#comment-2392</guid>
		<description>You could probably just use get_user_by_email() instead and skip the whole getting the id bit. Should work 2.5+.</description>
		<content:encoded><![CDATA[<p>You could probably just use get_user_by_email() instead and skip the whole getting the id bit. Should work 2.5+.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: www.strangework.com @ 2012-02-12 04:34:19 -->
