<?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>Mon, 18 Jul 2011 22:09:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>List Authors Version 2.0 Released</title>
		<link>http://www.takaitra.com/posts/316</link>
		<comments>http://www.takaitra.com/posts/316#comments</comments>
		<pubDate>Mon, 06 Sep 2010 00:01:09 +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=316</guid>
		<description><![CDATA[Today I released version 2.0 of the List Authors WordPress widget. The underlying code has in fact existed for quite some time in the form of a patch submitted to WordPress to enhance the abilities of the wp_list_authors template tag. My hope was that the patch would make it into version 3.0 of WP after [...]]]></description>
			<content:encoded><![CDATA[<p>Today I released version 2.0 of the <a href="http://www.takaitra.com/projects/list-authors">List Authors WordPress widget</a>. The underlying code has in fact existed for quite some time in the form of a <a href="http://core.trac.wordpress.org/ticket/10329">patch submitted to WordPress</a> to enhance the abilities of the wp_list_authors template tag. My hope was that the patch would make it into version 3.0 of WP after which I could update my widget to use it. That never happened so I have instead added a custom version of the wp_list_authors function to List Authors plugin.</p>
<p>After several months of tweaking and re-tweaking my patch in response to comments from various WP devs, I was confident that the patch was production-ready. The feature request has been open for over a year with a working patch for six months&#8211;at this point, I doubt it will ever be released. Maybe there are legitimate performance concerns with the patch (there aren&#8217;t any problems I&#8217;m aware of), or maybe the features are just too low in priority. The patch was my attempt at contributing back to an open-source project. After this experience, I have to say I&#8217;m a bit disappointed in the whole process. Maybe I&#8217;ll try my hand at it again, but it will be with a project other than WordPress.</p>
<p>In the meantime, I hope those using my List Authors widget enjoy the new features of version 2.0.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.takaitra.com/posts/316/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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 [...]]]></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>

