<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>Support Forum - Topic: Multiple authors support</title>
		<link>http://www.kriesi.at/support/topic/multiple-authors-support</link>
		<description>Support Forum - Topic: Multiple authors support</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 11:06:03 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/multiple-authors-support" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Multiple authors support"</title>
			<link>http://www.kriesi.at/support/topic/multiple-authors-support#post-21895</link>
			<pubDate>Sat, 02 Jul 2011 06:39:46 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21895@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I moved it - thanks for the code snippet btw.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Monsoon on "Multiple authors support"</title>
			<link>http://www.kriesi.at/support/topic/multiple-authors-support#post-21886</link>
			<pubDate>Fri, 01 Jul 2011 22:30:57 +0000</pubDate>
			<dc:creator>Monsoon</dc:creator>
			<guid isPermaLink="false">21886@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I always try to share code with others so here is what I came up with. Once you have the plugin installed and have several authors for a post, the authors will show below the post with their photo to the left and their bio description on the right. Open single.php and replace the code after the author-info part. I also have another plug in called user photo that enables you to add profile photos to your authors.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;author-info&#38;quot;&#38;gt;
  &#38;lt;h3&#38;gt;
    &#38;lt;?php _e(&#38;#39;About the author(s)&#38;#39;,&#38;#39;newscast&#38;#39;); ?&#38;gt;
  &#38;lt;/h3&#38;gt;
  &#38;lt;?php
	        $description = get_the_author_description();
	        if($description  != &#38;#39;&#38;#39;)
	        {
	        	echo $description;
	        }
	        else
	        {
	        	_e(&#38;#39;The author didnt add any Information to his profile yet&#38;#39;,&#38;#39;newscast&#38;#39;);
	        }

	        ?&#38;gt;
	&#38;lt;?php
		$i = new CoAuthorsIterator();
		print $i-&#38;gt;count() == 1 ? &#38;#39;Author: &#38;#39; : &#38;#39;Authors: &#38;#39;;
		$i-&#38;gt;iterate();
		the_author(); echo&#38;quot;&#38;lt;br/&#38;gt;&#38;lt;br/&#38;gt;&#38;lt;br/&#38;gt;&#38;quot;;
		while($i-&#38;gt;iterate()){
    	print $i-&#38;gt;is_last() ? &#38;#39; &#38;#39; : &#38;#39;, &#38;#39;;
	?&#38;gt;
	&#38;lt;/div&#38;gt;&#38;lt;div class=&#38;quot;gravatar&#38;quot;&#38;gt;
     &#38;lt;?php
		$author_email = get_the_author_email();
		userphoto_the_author_thumbnail();
		the_author_posts_link();
	?&#38;gt;
    &#38;lt;/div&#38;gt; &#38;lt;div class=&#38;quot;author-info&#38;quot;&#38;gt;&#38;lt;?php
		$description = get_the_author_description();echo $description; echo &#38;quot;&#38;lt;br&#38;gt;&#38;quot;;
		}
 		?&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I hope this helps others who want to show photos and bios for multiple authors on posts&#60;/p&#62;
&#60;p&#62;EDIT: mods please move this to newscast, I posted it in brightbox it should be in newscast, thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Multiple authors support"</title>
			<link>http://www.kriesi.at/support/topic/multiple-authors-support#post-21854</link>
			<pubDate>Fri, 01 Jul 2011 05:31:49 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21854@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I don't know the plugin and how it outputs the author info but basically it should be possible to output the text above or below the related post section. Open up single.php and and insert the co-author plus plugin function/code above or below following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//show related posts if there are any
				get_template_part( &#38;#39;includes/related-posts&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Monsoon on "Multiple authors support"</title>
			<link>http://www.kriesi.at/support/topic/multiple-authors-support#post-21821</link>
			<pubDate>Thu, 30 Jun 2011 19:52:48 +0000</pubDate>
			<dc:creator>Monsoon</dc:creator>
			<guid isPermaLink="false">21821@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am trying the co-author plus plugin and wonder how the template can be modified to show all authors as individual sections&#60;br /&#62;
ie&#60;br /&#62;
Author one: description&#60;br /&#62;
Author two: description
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
