<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: [Plugin: Co-Authors] Pulling Bio Info For Each Coauthor</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: [Plugin: Co-Authors] Pulling Bio Info For Each Coauthor</description>
<language>en</language>
<pubDate>Tue, 24 Nov 2009 18:01:25 +0000</pubDate>

<item>
<title>LSmith on "[Plugin: Co-Authors] Pulling Bio Info For Each Coauthor"</title>
<link>http://wordpress.org/support/topic/232346#post-1263473</link>
<pubDate>Thu, 29 Oct 2009 17:58:49 +0000</pubDate>
<dc:creator>LSmith</dc:creator>
<guid isPermaLink="false">1263473@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Sweet..you are displaying the multiple co-authors specific to that Page or Post?
&#60;/p&#62;</description>
</item>
<item>
<title>sunertl on "[Plugin: Co-Authors] Pulling Bio Info For Each Coauthor"</title>
<link>http://wordpress.org/support/topic/232346#post-1190443</link>
<pubDate>Thu, 27 Aug 2009 21:30:46 +0000</pubDate>
<dc:creator>sunertl</dc:creator>
<guid isPermaLink="false">1190443@http://wordpress.org/support/</guid>
<description>&#60;p&#62;A bit late maybe but if someone else wants to know it: this is how I solved this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;authors&#38;quot;&#38;gt;
	&#38;lt;?php
		$i = new CoAuthorsIterator();
		while($i-&#38;gt;iterate()){
		?&#38;gt;
		&#38;lt;div&#38;gt;
			&#38;lt;?php the_author_posts_link(&#38;#39;namefl&#38;#39;); ?&#38;gt;&#38;lt;br /&#38;gt;
			&#38;lt;?php the_author_description(); ?&#38;gt;&#38;lt;br /&#38;gt;
			All posts by&#38;lt;?php the_author_posts_link(&#38;#39;namefl&#38;#39;); ?&#38;gt;
		&#38;lt;/div&#38;gt;
	&#38;lt;?php } ?&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>chazbeaner on "[Plugin: Co-Authors] Pulling Bio Info For Each Coauthor"</title>
<link>http://wordpress.org/support/topic/232346#post-949597</link>
<pubDate>Thu, 08 Jan 2009 17:33:47 +0000</pubDate>
<dc:creator>chazbeaner</dc:creator>
<guid isPermaLink="false">949597@http://wordpress.org/support/</guid>
<description>&#60;p&#62;On my single post page I am pulling the bio info for the author of the post and displaying it, so I'm trying to figure out if there is a way of pulling multiple bios using the coauthors plugin.&#60;/p&#62;
&#60;p&#62;I looked through the php file and there are several functions commented out, but none of them looked like they would mirror the_author_description... does anyone know if this would be possible?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/co-authors/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/co-authors/&#60;/a&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
