<?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: How to take (transfer) the &#34;About the Author&#34; part to main page (sidebar)</title>
		<link>http://www.kriesi.at/support/topic/how-to-take-transfer-the-about-the-author-part-to-main-page-sidebar</link>
		<description>Support Forum - Topic: How to take (transfer) the &quot;About the Author&quot; part to main page (sidebar)</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 09:15:51 +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/how-to-take-transfer-the-about-the-author-part-to-main-page-sidebar" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "How to take (transfer) the &#34;About the Author&#34; part to main page (sidebar)"</title>
			<link>http://www.kriesi.at/support/topic/how-to-take-transfer-the-about-the-author-part-to-main-page-sidebar#post-87844</link>
			<pubDate>Wed, 12 Dec 2012 16:06:24 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">87844@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;No the code won't work in the sidebar (or tbh it works in some special cases but it would be very buggy and thus useless) because (as I explained above) it requires the post loop and the data is not available in sidebar.php. You can search for a widget here: &#60;a href=&#34;http://wordpress.org/extend/plugins/search.php?q=author+widget&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/search.php?q=author+widget&#60;/a&#62; but I'm not sure if they'll work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sulker on "How to take (transfer) the &#34;About the Author&#34; part to main page (sidebar)"</title>
			<link>http://www.kriesi.at/support/topic/how-to-take-transfer-the-about-the-author-part-to-main-page-sidebar#post-87683</link>
			<pubDate>Tue, 11 Dec 2012 20:48:51 +0000</pubDate>
			<dc:creator>sulker</dc:creator>
			<guid isPermaLink="false">87683@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for that. So if we add these codes to the sidebar.php, can't we see it on sidebar? Isn't there an easy way to add author info &#38;amp; picture to sidebar?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to take (transfer) the &#34;About the Author&#34; part to main page (sidebar)"</title>
			<link>http://www.kriesi.at/support/topic/how-to-take-transfer-the-about-the-author-part-to-main-page-sidebar#post-87654</link>
			<pubDate>Tue, 11 Dec 2012 18:01:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">87654@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Removing the author box is no problem at all - open up single.php and delete following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;entry&#38;#39; id=&#38;quot;author-box&#38;quot;&#38;gt;
			    &#38;lt;div class=&#38;quot;gravatar&#38;quot;&#38;gt;
					&#38;lt;?php
						$author_email = get_the_author_email();
				        echo get_avatar( $author_email, $size = &#38;#39;60&#38;#39;);
					 	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;h3&#38;gt;&#38;lt;?php _e(&#38;#39;About the author&#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;/div&#38;gt;
		    &#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>sulker on "How to take (transfer) the &#34;About the Author&#34; part to main page (sidebar)"</title>
			<link>http://www.kriesi.at/support/topic/how-to-take-transfer-the-about-the-author-part-to-main-page-sidebar#post-87652</link>
			<pubDate>Tue, 11 Dec 2012 17:45:21 +0000</pubDate>
			<dc:creator>sulker</dc:creator>
			<guid isPermaLink="false">87652@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can't we delete the &#34;About The Author&#34; part landing at the end of the pages? Is it so difficult? I want to delete it from there and add to the right sidebar as an widget or as an info with my picture. Thats all. I think it mustn't be so difficult?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to take (transfer) the &#34;About the Author&#34; part to main page (sidebar)"</title>
			<link>http://www.kriesi.at/support/topic/how-to-take-transfer-the-about-the-author-part-to-main-page-sidebar#post-87567</link>
			<pubDate>Tue, 11 Dec 2012 07:56:53 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">87567@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Afaik this is not easily possible because the sidebar/widget code is outside the post/page content loop and query. Depending on your php skills you can try to implement this feature though. I'd store the entry id into a global variable which can be used in sidebar.php to get the author information. But you'd also need to find a way to handle pages with many entries (like archives, etc.) - eg conditional tags: &#60;a href=&#34;http://codex.wordpress.org/Conditional_Tags&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Conditional_Tags&#60;/a&#62; can be used for this task. I hope this helps you or your developers a bit.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sulker on "How to take (transfer) the &#34;About the Author&#34; part to main page (sidebar)"</title>
			<link>http://www.kriesi.at/support/topic/how-to-take-transfer-the-about-the-author-part-to-main-page-sidebar#post-87505</link>
			<pubDate>Mon, 10 Dec 2012 21:44:28 +0000</pubDate>
			<dc:creator>sulker</dc:creator>
			<guid isPermaLink="false">87505@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I want to take the &#34;About The Author&#34; part from pages to sidebars on main page. So I want delet it on pages and just place to sidebars on main page. How can I do that?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
