<?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>Takaitra.com &#187; List Authors</title>
	<atom:link href="http://www.takaitra.com/posts/tag/list-authors/feed" rel="self" type="application/rss+xml" />
	<link>http://www.takaitra.com</link>
	<description>life, ruminations, how-to's</description>
	<lastBuildDate>Sun, 28 Mar 2010 20:52:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Enhance WordPress wp_list_authors Template Tag</title>
		<link>http://www.takaitra.com/posts/234</link>
		<comments>http://www.takaitra.com/posts/234#comments</comments>
		<pubDate>Sat, 02 Jan 2010 18:46:51 +0000</pubDate>
		<dc:creator>Takaitra</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[List Authors]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wp_list_authors]]></category>

		<guid isPermaLink="false">http://www.takaitra.com/?p=234</guid>
		<description><![CDATA[As can be seen by some of the comments left on the site, a couple of frequently requested features cannot be added to the List Authors widget because they are not supported by the underlying wp_list_authors template tag. The WordPress code for wp_list_authors needs to be changed to enable these new features.
Feature 1: Allow an [...]]]></description>
			<content:encoded><![CDATA[<p>As can be seen by some of the comments left on the site, a couple of frequently requested features cannot be added to the <a href="http://www.takaitra.com/projects/list-authors">List Authors widget</a> because they are not supported by the <a href="http://codex.wordpress.org/Template_Tags/wp_list_authors">underlying wp_list_authors template tag</a>. The WordPress code for wp_list_authors needs to be changed to enable these new features.</p>
<p><strong>Feature 1:</strong> Allow an upper limit to the number of authors listed. Some WordPress sites have hundreds or even thousands of contributors. wp_list_authors currently would list all of them and, worse, execute an SQL statement for each author. The proposed fix could be a non-negative integer option named &#8220;count_limit.&#8221;</p>
<p><strong>Feature 2:</strong> Allow sorting of the author list. This could be an option named &#8220;sort_by&#8221; with the values &#8220;name&#8221; and &#8220;post_count.&#8221;</p>
<p>Today I <a href="http://core.trac.wordpress.org/ticket/10329">submitted a patch to WordPress Trac</a> including both of the above features. It also changes the code to use a JOIN statement to get the author post count instead of running an SQL statement for every author. This was a necessity to prevent inconsistencies when applying the LIMIT and ORDER BY. One of the core developers is reviewing it now and, if I&#8217;m lucky, the change will be included in the next major release (version 3.0). If that happens, you can be sure I will be updating the List Authors widget to make use of the new options.</p>
<p>A less frequent request but one I&#8217;ve seen is for an &#8220;exclude&#8221; option with the ability to filter out certain categories of authors. There is <a href="http://core.trac.wordpress.org/ticket/9902">a separate ticket</a> for this and I might consider submitting a patch for this next.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.takaitra.com/posts/234/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>List Authors 1.2 Released</title>
		<link>http://www.takaitra.com/posts/175</link>
		<comments>http://www.takaitra.com/posts/175#comments</comments>
		<pubDate>Mon, 06 Jul 2009 12:28:17 +0000</pubDate>
		<dc:creator>Takaitra</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[List Authors]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.takaitra.com/?p=175</guid>
		<description><![CDATA[List Authors 1.2 is released and includes a complete rewrite to work with the new WordPress 2.8 class-based widget API. Visit the project page to view the changelog or jump straight to the WordPress site to download.
]]></description>
			<content:encoded><![CDATA[<p>List Authors 1.2 is released and includes a complete rewrite to work with the new WordPress 2.8 class-based widget API. Visit <a href="http://www.takaitra.com/projects/list-authors">the project page</a> to view the changelog or jump straight to the <a href="http://wordpress.org/extend/plugins/list-authors/">WordPress site</a> to download.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.takaitra.com/posts/175/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
