<?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: List All Users in WordPress</title>
	<atom:link href="http://wpengineer.com/list-all-users-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpengineer.com/list-all-users-in-wordpress/</link>
	<description>WordPress News, Hacks, Tipps, Tutorials, Plugins and Themes</description>
	<lastBuildDate>Tue, 09 Mar 2010 19:58:49 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: anmari</title>
		<link>http://wpengineer.com/list-all-users-in-wordpress/#comment-1603</link>
		<dc:creator>anmari</dc:creator>
		<pubDate>Tue, 11 Aug 2009 11:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=365#comment-1603</guid>
		<description>For the non coders, the following user list plugin may be useful to achieve various user queries and lists - recently launched for http://weblogtoolscollection.com/pluginblog/2009/07/31/amr-users-plugin-for-user-lists-and-reporting/.

It is aimed at being as configurable and generally useful as possible, so needs to be tested against various peoples different uses of the user data. 

I’d be interested in feedback and feature ideas.  I used it when doing a website using registerplus for extra user fields and subscribe2 and &quot;your members&quot; plugins and needing to get filtered and unified listings out,

It is of course also available at wordpress: http://wordpress.org/extend/plugins/amr-users/</description>
		<content:encoded><![CDATA[<p>For the non coders, the following user list plugin may be useful to achieve various user queries and lists - recently launched for <a href="http://weblogtoolscollection.com/pluginblog/2009/07/31/amr-users-plugin-for-user-lists-and-reporting/" rel="nofollow" class="liexternal">http://weblogtoolscollection.com/pluginblog/2009/07/31/amr-users-plugin-for-user-lists-and-reporting/</a>.</p>
<p>It is aimed at being as configurable and generally useful as possible, so needs to be tested against various peoples different uses of the user data. </p>
<p>I’d be interested in feedback and feature ideas.  I used it when doing a website using registerplus for extra user fields and subscribe2 and "your members" plugins and needing to get filtered and unified listings out,</p>
<p>It is of course also available at wordpress: <a href="http://wordpress.org/extend/plugins/amr-users/" rel="nofollow" class="liwp">http://wordpress.org/extend/plugins/amr-users/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://wpengineer.com/list-all-users-in-wordpress/#comment-1395</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 28 Jun 2009 12:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=365#comment-1395</guid>
		<description>Brandon, you can change the syntax from second example like
&lt;pre lang=&quot;php&quot;&gt;
$wp_user_search = $wpdb-&gt;get_results(&quot;SELECT ID, display_name FROM $wpdb-&gt;users WHERE ID IN(1,2,3,4,5) ORDER BY ID&quot;);
&lt;/pre&gt;
IN(1,2,3,4,5) =&gt; thats the user ids to be listed.</description>
		<content:encoded><![CDATA[<p>Brandon, you can change the syntax from second example like</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$wp_user_search</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$wpdb</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">get_results</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;SELECT ID, display_name FROM <span style="color: #006699; font-weight: bold;">$wpdb-&gt;users</span> WHERE ID IN(1,2,3,4,5) ORDER BY ID&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>IN(1,2,3,4,5) => thats the user ids to be listed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon</title>
		<link>http://wpengineer.com/list-all-users-in-wordpress/#comment-1379</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Thu, 25 Jun 2009 14:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=365#comment-1379</guid>
		<description>Is there a way to only publish some users? I have users across the permission span whose information I would like to dynamically display on a staff page. I will from time to time allow a guest blogger access for a period but I don&#039;t want their bio on this page. I guess I&#039;m asking if there is a way to &quot;group&quot; users through a custom field or something of that nature.

Worst case scenario, I canjust create a page which lists posts on each person from the &quot;staff&quot; category or something, but then the bio information that page and and in their user record will be potentially out of sync.</description>
		<content:encoded><![CDATA[<p>Is there a way to only publish some users? I have users across the permission span whose information I would like to dynamically display on a staff page. I will from time to time allow a guest blogger access for a period but I don't want their bio on this page. I guess I'm asking if there is a way to "group" users through a custom field or something of that nature.</p>
<p>Worst case scenario, I canjust create a page which lists posts on each person from the "staff" category or something, but then the bio information that page and and in their user record will be potentially out of sync.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Norris</title>
		<link>http://wpengineer.com/list-all-users-in-wordpress/#comment-371</link>
		<dc:creator>Will Norris</dc:creator>
		<pubDate>Sat, 27 Dec 2008 08:28:52 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=365#comment-371</guid>
		<description>I know this post is a little older, but thought I&#039;d chime in... why not just use get_users_of_blog().  That gets all the user information you&#039;d need, and you could simply write an array_filter() callback function to filter to a specific user role.</description>
		<content:encoded><![CDATA[<p>I know this post is a little older, but thought I'd chime in... why not just use get_users_of_blog().  That gets all the user information you'd need, and you could simply write an array_filter() callback function to filter to a specific user role.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://wpengineer.com/list-all-users-in-wordpress/#comment-145</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Tue, 18 Nov 2008 10:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=365#comment-145</guid>
		<description>right. WP had include the roles and have secure the user_level. You can use the user_level and roles for different asks in code.</description>
		<content:encoded><![CDATA[<p>right. WP had include the roles and have secure the user_level. You can use the user_level and roles for different asks in code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Just a User</title>
		<link>http://wpengineer.com/list-all-users-in-wordpress/#comment-121</link>
		<dc:creator>Just a User</dc:creator>
		<pubDate>Thu, 13 Nov 2008 23:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=365#comment-121</guid>
		<description>User levels are really overrated.. and are completely ignored by WP now.

Query for the roles directly.. However it is you&#039;re supposed to query roles..</description>
		<content:encoded><![CDATA[<p>User levels are really overrated.. and are completely ignored by WP now.</p>
<p>Query for the roles directly.. However it is you're supposed to query roles..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
