<?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: Custom Query: List WordPress Users</title>
	<atom:link href="http://www.mattvarone.com/wordpress/list-users/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattvarone.com/wordpress/list-users/</link>
	<description>Creative Developer</description>
	<lastBuildDate>Tue, 20 Jul 2010 05:52:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: wordpress user</title>
		<link>http://www.mattvarone.com/wordpress/list-users/#comment-2582</link>
		<dc:creator>wordpress user</dc:creator>
		<pubDate>Tue, 20 Jul 2010 05:52:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattvarone.com/?p=585#comment-2582</guid>
		<description>great tutorial, many thanks!</description>
		<content:encoded><![CDATA[<p>great tutorial, many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shovan</title>
		<link>http://www.mattvarone.com/wordpress/list-users/#comment-2567</link>
		<dc:creator>Shovan</dc:creator>
		<pubDate>Sat, 19 Jun 2010 23:13:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattvarone.com/?p=585#comment-2567</guid>
		<description>Actually works
Thanksss :D

i wanted to put in drop down list all i did was replaced 
line 50

echo &#039;&#039; . ucwords( strtolower( $user-&gt;first_name . &#039; &#039; . $user-&gt;last_name ) ) . &#039;&#039;;

with

echo &#039;&#039; . ucwords( strtolower( $user-&gt;first_name . &#039; &#039; . $user-&gt;last_name ) ) . &#039;&#039;;

Awesomeeee
thanks</description>
		<content:encoded><![CDATA[<p>Actually works<br />
Thanksss :D</p>
<p>i wanted to put in drop down list all i did was replaced<br />
line 50</p>
<p>echo &#8221; . ucwords( strtolower( $user-&gt;first_name . &#8216; &#8216; . $user-&gt;last_name ) ) . &#8221;;</p>
<p>with</p>
<p>echo &#8221; . ucwords( strtolower( $user-&gt;first_name . &#8216; &#8216; . $user-&gt;last_name ) ) . &#8221;;</p>
<p>Awesomeeee<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eoin</title>
		<link>http://www.mattvarone.com/wordpress/list-users/#comment-2557</link>
		<dc:creator>Eoin</dc:creator>
		<pubDate>Wed, 09 Jun 2010 13:39:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattvarone.com/?p=585#comment-2557</guid>
		<description>Got it sorted by using the following;
echo userphoto($user);</description>
		<content:encoded><![CDATA[<p>Got it sorted by using the following;<br />
echo userphoto($user);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eoin</title>
		<link>http://www.mattvarone.com/wordpress/list-users/#comment-2556</link>
		<dc:creator>Eoin</dc:creator>
		<pubDate>Wed, 09 Jun 2010 13:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattvarone.com/?p=585#comment-2556</guid>
		<description>Matt,

Thanks for this great piece of code. but i have a number of questions. like brian and Visualko

How can i call the photo i uploaded instead of the get_avatar?

So that the photo that user uploaded in profile is shown instead of avatar image?

thanks
Eoin</description>
		<content:encoded><![CDATA[<p>Matt,</p>
<p>Thanks for this great piece of code. but i have a number of questions. like brian and Visualko</p>
<p>How can i call the photo i uploaded instead of the get_avatar?</p>
<p>So that the photo that user uploaded in profile is shown instead of avatar image?</p>
<p>thanks<br />
Eoin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach Reed</title>
		<link>http://www.mattvarone.com/wordpress/list-users/#comment-2522</link>
		<dc:creator>Zach Reed</dc:creator>
		<pubDate>Tue, 18 May 2010 18:18:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattvarone.com/?p=585#comment-2522</guid>
		<description>How does this work if your blog has like 200+ users? Does it just list them all?

Can you get wp_pagenavi to work with it? So it has pages and only X amount of users on a page? Thoughts? I would love for that to work!</description>
		<content:encoded><![CDATA[<p>How does this work if your blog has like 200+ users? Does it just list them all?</p>
<p>Can you get wp_pagenavi to work with it? So it has pages and only X amount of users on a page? Thoughts? I would love for that to work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Payton Butler</title>
		<link>http://www.mattvarone.com/wordpress/list-users/#comment-2518</link>
		<dc:creator>Payton Butler</dc:creator>
		<pubDate>Fri, 14 May 2010 10:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattvarone.com/?p=585#comment-2518</guid>
		<description>i host 5 of my blogs on Blogspot and it is really good for beginners. but if you want something with more features, nothing beats wordpress*-.</description>
		<content:encoded><![CDATA[<p>i host 5 of my blogs on Blogspot and it is really good for beginners. but if you want something with more features, nothing beats wordpress*-.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
