<?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: About</title>
	<atom:link href="http://www.takaitra.com/about/feed" rel="self" type="application/rss+xml" />
	<link>http://www.takaitra.com</link>
	<description>life, ruminations, how-to's</description>
	<lastBuildDate>Thu, 22 Jul 2010 16:46:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Takaitra</title>
		<link>http://www.takaitra.com/about/comment-page-1#comment-2090</link>
		<dc:creator>Takaitra</dc:creator>
		<pubDate>Sun, 25 Oct 2009 23:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.takaitra.com/blog/?page_id=2#comment-2090</guid>
		<description>&lt;a href=&quot;#comment-2079&quot; rel=&quot;nofollow&quot;&gt;@Michael Eichler&lt;/a&gt; 
Hi Michael,

The widget itself makes use of the the template tag &lt;a href=&quot;http://codex.wordpress.org/Template_Tags/wp_list_authors&quot; rel=&quot;nofollow&quot;&gt;wp_list_authors&lt;/a&gt; and placing that tag within your template should be sufficient to create a simple staff page. You&#039;re not the first person to ask for an Authors Page plugin through. How do you envision it working? Enabling the plugin activates a new page within your WP?</description>
		<content:encoded><![CDATA[<p><a href="#comment-2079" rel="nofollow">@Michael Eichler</a><br />
Hi Michael,</p>
<p>The widget itself makes use of the the template tag <a href="http://codex.wordpress.org/Template_Tags/wp_list_authors" rel="nofollow">wp_list_authors</a> and placing that tag within your template should be sufficient to create a simple staff page. You&#8217;re not the first person to ask for an Authors Page plugin through. How do you envision it working? Enabling the plugin activates a new page within your WP?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Eichler</title>
		<link>http://www.takaitra.com/about/comment-page-1#comment-2079</link>
		<dc:creator>Michael Eichler</dc:creator>
		<pubDate>Sun, 13 Sep 2009 02:53:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.takaitra.com/blog/?page_id=2#comment-2079</guid>
		<description>Hi, Matt:

I&#039;m interested in functionality similar to your List Authors widget, but I want it to generate a staff page.  I have a lot of experience coding and found some code snipits I thought I could use to develop the functionality I need, but I can&#039;t seem to figure out WP well enough to get them to work.  (Like, my code&#039;s output doesn&#039;t seem to appear in pages it generates?!?)

Any interest in taking your plugin and expanding it so that the functionality can be called from a WP template page to list the authors of a blog?  If not, any thoughts on who might have done this already?  I&#039;ve been working on this for weeks, off and on, and am getting nowhere.

Thanks!

-M</description>
		<content:encoded><![CDATA[<p>Hi, Matt:</p>
<p>I&#8217;m interested in functionality similar to your List Authors widget, but I want it to generate a staff page.  I have a lot of experience coding and found some code snipits I thought I could use to develop the functionality I need, but I can&#8217;t seem to figure out WP well enough to get them to work.  (Like, my code&#8217;s output doesn&#8217;t seem to appear in pages it generates?!?)</p>
<p>Any interest in taking your plugin and expanding it so that the functionality can be called from a WP template page to list the authors of a blog?  If not, any thoughts on who might have done this already?  I&#8217;ve been working on this for weeks, off and on, and am getting nowhere.</p>
<p>Thanks!</p>
<p>-M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.takaitra.com/about/comment-page-1#comment-2072</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Mon, 17 Aug 2009 17:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.takaitra.com/blog/?page_id=2#comment-2072</guid>
		<description>Thanks Matt,

Turns out the pluging itself had a bug, which has been fixed: http://wordpress.org/support/topic/275644 Tried the patch and all works swimmingly now -thanks for your help, A.</description>
		<content:encoded><![CDATA[<p>Thanks Matt,</p>
<p>Turns out the pluging itself had a bug, which has been fixed: <a href="http://wordpress.org/support/topic/275644" rel="nofollow">http://wordpress.org/support/topic/275644</a> Tried the patch and all works swimmingly now -thanks for your help, A.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Takaitra</title>
		<link>http://www.takaitra.com/about/comment-page-1#comment-2071</link>
		<dc:creator>Takaitra</dc:creator>
		<pubDate>Sun, 16 Aug 2009 03:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.takaitra.com/blog/?page_id=2#comment-2071</guid>
		<description>&lt;a href=&quot;#comment-2067&quot; rel=&quot;nofollow&quot;&gt;@Andrew&lt;/a&gt;
Hi Andrew,
Thanks for bringing the co-authors plugin to my attention, it is something I had not seen before. I would consider building in support for it except that a note mentions &lt;a href=&quot;http://wordpress.org/extend/plugins/co-authors/&quot; rel=&quot;nofollow&quot;&gt;it is not being actively maintained&lt;/a&gt;.

As for getting your coauthors to appear: If the template tag coauthors_wp_list_authors() truly works the same as wp_list_authors(), simply replace the function call in class-list-authors.php (WP version 2.8) or in prebaker.php (WP versions prior to 2.8). Good luck!</description>
		<content:encoded><![CDATA[<p><a href="#comment-2067" rel="nofollow">@Andrew</a><br />
Hi Andrew,<br />
Thanks for bringing the co-authors plugin to my attention, it is something I had not seen before. I would consider building in support for it except that a note mentions <a href="http://wordpress.org/extend/plugins/co-authors/" rel="nofollow">it is not being actively maintained</a>.</p>
<p>As for getting your coauthors to appear: If the template tag coauthors_wp_list_authors() truly works the same as wp_list_authors(), simply replace the function call in class-list-authors.php (WP version 2.8) or in prebaker.php (WP versions prior to 2.8). Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.takaitra.com/about/comment-page-1#comment-2067</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Fri, 14 Aug 2009 22:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.takaitra.com/blog/?page_id=2#comment-2067</guid>
		<description>Hi Matt!

We are using your list authors plugin, which is really convenient. A small glitch is that coauthors to posts are not listed. Tried the hack here http://wordpress.org/support/topic/228978 but it didn&#039;t seem to work. Any ideas?

Thanks so much!

Andrew, OL</description>
		<content:encoded><![CDATA[<p>Hi Matt!</p>
<p>We are using your list authors plugin, which is really convenient. A small glitch is that coauthors to posts are not listed. Tried the hack here <a href="http://wordpress.org/support/topic/228978" rel="nofollow">http://wordpress.org/support/topic/228978</a> but it didn&#8217;t seem to work. Any ideas?</p>
<p>Thanks so much!</p>
<p>Andrew, OL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer</title>
		<link>http://www.takaitra.com/about/comment-page-1#comment-1040</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Tue, 02 Jun 2009 22:15:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.takaitra.com/blog/?page_id=2#comment-1040</guid>
		<description>Hey Matthew and Tally!

Hope all is well.  How&#039;s baby Nat?  Matthew, Chris, Logan, Connor and I all wanted to say Happy Birthday!   Hope you have a great day today!  It&#039;s midnight here June 3rd.  ha ha

I hope to write more this weekend on my blog too.  Thanks for the recent note.  I&#039;m such a loser when it comes to my blog.  UG!

Miss you guys!  XOXO
JH</description>
		<content:encoded><![CDATA[<p>Hey Matthew and Tally!</p>
<p>Hope all is well.  How&#8217;s baby Nat?  Matthew, Chris, Logan, Connor and I all wanted to say Happy Birthday!   Hope you have a great day today!  It&#8217;s midnight here June 3rd.  ha ha</p>
<p>I hope to write more this weekend on my blog too.  Thanks for the recent note.  I&#8217;m such a loser when it comes to my blog.  UG!</p>
<p>Miss you guys!  XOXO<br />
JH</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Takaitra</title>
		<link>http://www.takaitra.com/about/comment-page-1#comment-64</link>
		<dc:creator>Takaitra</dc:creator>
		<pubDate>Mon, 12 Jan 2009 22:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.takaitra.com/blog/?page_id=2#comment-64</guid>
		<description>Hi Heather,

I&#039;m glad you&#039;re finding the plugin useful. Unfortunately the WP template function the plugin uses does not support any more functionality than is already included so it would take quite a bit of custom coding to add a list size limit. However if I have spare time I might add the functionality.</description>
		<content:encoded><![CDATA[<p>Hi Heather,</p>
<p>I&#8217;m glad you&#8217;re finding the plugin useful. Unfortunately the WP template function the plugin uses does not support any more functionality than is already included so it would take quite a bit of custom coding to add a list size limit. However if I have spare time I might add the functionality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: heather</title>
		<link>http://www.takaitra.com/about/comment-page-1#comment-63</link>
		<dc:creator>heather</dc:creator>
		<pubDate>Mon, 12 Jan 2009 16:13:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.takaitra.com/blog/?page_id=2#comment-63</guid>
		<description>Hi Matt,

I am currently using your list authors plugin, and it&#039;s great! Our blog has a lot of authors since we have contributing college students from across the country. 

I was wondering if it&#039;s possible to limit the number of authors that are listed on the sidebar...our list is getting really long (http://www.collegejolt.com). Any ideas?

Thanks!
Heather</description>
		<content:encoded><![CDATA[<p>Hi Matt,</p>
<p>I am currently using your list authors plugin, and it&#8217;s great! Our blog has a lot of authors since we have contributing college students from across the country. </p>
<p>I was wondering if it&#8217;s possible to limit the number of authors that are listed on the sidebar&#8230;our list is getting really long (<a href="http://www.collegejolt.com" rel="nofollow">http://www.collegejolt.com</a>). Any ideas?</p>
<p>Thanks!<br />
Heather</p>
]]></content:encoded>
	</item>
</channel>
</rss>
