<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Webmaster Sucks &#187; wordpress authors</title>
	<atom:link href="http://www.webmastersucks.com/tags/wordpress-authors/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webmastersucks.com</link>
	<description>Here I share stuff I used to suck at as a novice webmaster..</description>
	<lastBuildDate>Mon, 13 Jun 2011 06:39:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Listing Blog Authors on Wordpress</title>
		<link>http://www.webmastersucks.com/how-to-listing-blog-authors-on-wordpress/</link>
		<comments>http://www.webmastersucks.com/how-to-listing-blog-authors-on-wordpress/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 18:56:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[authors]]></category>
		<category><![CDATA[blog authors]]></category>
		<category><![CDATA[wordpress authors]]></category>

		<guid isPermaLink="false">http://www.webmastersucks.com/?p=121</guid>
		<description><![CDATA[
			
				
			
		
When you are running a multi-user blog you have want to list authors. Than here is the code to do it.

&#60;ul&#62;
&#60;?php wp_list_authors('exclude_admin=0&#38;optioncount=1&#38;show_fullname=1&#38;hide_empty=1'); ?&#62;
&#60;/ul&#62;

Parametres :
exclude_admin:
0 : Include the admin?s name in the authors
1 : Exclude the admin?s name from the list
optioncount :
0 : No post count against the author?s name
1 : Display post count against the author?s name
show_fullname :
0 : [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.webmastersucks.com%2Fhow-to-listing-blog-authors-on-wordpress%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.webmastersucks.com%2Fhow-to-listing-blog-authors-on-wordpress%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>When you are running a multi-user blog you have want to list authors. Than here is the code to do it.</p>
<pre class="brush: php; title: ;">
&lt;ul&gt;
&lt;?php wp_list_authors('exclude_admin=0&amp;optioncount=1&amp;show_fullname=1&amp;hide_empty=1'); ?&gt;
&lt;/ul&gt;
</pre>
<p><strong>Parametres :</strong></p>
<p><strong>exclude_admin:</strong><br />
<strong>0</strong> : Include the admin?s name in the authors<br />
<strong>1</strong> : Exclude the admin?s name from the list</p>
<p><strong>optioncount :<br />
0 :</strong> No post count against the author?s name<br />
<strong>1 :</strong> Display post count against the author?s name</p>
<p><strong>show_fullname :</strong><br />
<strong>0 :</strong> Display first name only<br />
<strong>1 :</strong> Display full name of the author</p>
<p><strong>hide_empty<br />
0 :</strong> Display authors with no posts<br />
<strong>1 :</strong> Display authors who have one or more posts</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webmastersucks.com/how-to-listing-blog-authors-on-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

