<?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>bbPress support forums Topic: Missing Template Function ?</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Missing Template Function ?</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 08:55:11 +0000</pubDate>

<item>
<title>linickx on "Missing Template Function ?"</title>
<link>http://bbpress.org/forums/topic/missing-template-function-#post-3843</link>
<pubDate>Tue, 30 Jan 2007 19:18:25 +0000</pubDate>
<dc:creator>linickx</dc:creator>
<guid isPermaLink="false">3843@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;Probably me being blind, but I could find a function that returned the post authors website url.&#60;/p&#62;
&#60;p&#62;In my theme I didn't want the username to be a hyperlink (in post.php), I wanted to add buttons, for profile, website, &#38;#38; PM. &#60;/p&#62;
&#60;p&#62;I wrote one to get my tests working.. but is there an &#34;official&#34; way ?&#60;/p&#62;
&#60;p&#62;&#60;code&#62;function post_author_url() {&#60;br /&#62;
        if ( get_user_link( get_post_author_id() ) ) {&#60;br /&#62;
                echo get_user_link( get_post_author_id() ) ;&#60;br /&#62;
        } else {&#60;br /&#62;
                bb_get_option(&#38;#39;uri&#38;#39;);&#60;br /&#62;
        }&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
