<?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>Kempwire Forums &#187; Topic: How to make author name link to user profile page?</title>
		<link>http://kempwire.com/bb/topic/how-to-make-author-name-link-to-user-profile-page</link>
		<description>Just another bbPress community</description>
		<language>en-US</language>
		<pubDate>Fri, 18 May 2012 09:09:30 +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://kempwire.com/bb/search.php</link>
		</textInput>
		<atom:link href="http://kempwire.com/bb/rss/topic/how-to-make-author-name-link-to-user-profile-page" rel="self" type="application/rss+xml" />

		<item>
			<title>tss on "How to make author name link to user profile page?"</title>
			<link>http://kempwire.com/bb/topic/how-to-make-author-name-link-to-user-profile-page#post-52</link>
			<pubDate>Fri, 28 Aug 2009 14:43:17 +0000</pubDate>
			<dc:creator>tss</dc:creator>
			<guid isPermaLink="false">52@http://kempwire.com/bb/</guid>
			<description>&#60;p&#62;I am new to php and css. Can you tell me where I would go to insert this code?&#60;/p&#62;
&#60;p&#62; I am using Wordpress 2.8.4 with the Atahualpa 3.4 theme. This theme has a little box for adding inserts into the CSS file. I tried adding it there and no dice.&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>annaj on "How to make author name link to user profile page?"</title>
			<link>http://kempwire.com/bb/topic/how-to-make-author-name-link-to-user-profile-page#post-23</link>
			<pubDate>Tue, 30 Jun 2009 05:09:44 +0000</pubDate>
			<dc:creator>annaj</dc:creator>
			<guid isPermaLink="false">23@http://kempwire.com/bb/</guid>
			<description>&#60;p&#62;Thanks Jonathan, I'll give it a try :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jonathan Kemp on "How to make author name link to user profile page?"</title>
			<link>http://kempwire.com/bb/topic/how-to-make-author-name-link-to-user-profile-page#post-22</link>
			<pubDate>Mon, 29 Jun 2009 23:19:05 +0000</pubDate>
			<dc:creator>Jonathan Kemp</dc:creator>
			<guid isPermaLink="false">22@http://kempwire.com/bb/</guid>
			<description>&#60;p&#62;Here is the code on how to do this.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://kempwire.com/wordpress-users-plugin#comment-1389&#34;&#62;http://kempwire.com/wordpress-users-plugin#comment-1389&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you have any questions, please post them here.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jonathan Kemp on "How to make author name link to user profile page?"</title>
			<link>http://kempwire.com/bb/topic/how-to-make-author-name-link-to-user-profile-page#post-21</link>
			<pubDate>Mon, 29 Jun 2009 15:46:15 +0000</pubDate>
			<dc:creator>Jonathan Kemp</dc:creator>
			<guid isPermaLink="false">21@http://kempwire.com/bb/</guid>
			<description>&#60;p&#62;Ok, it will not let me post the code in here. I am getting so many requests for this I will put up a post on how to do it. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jonathan Kemp on "How to make author name link to user profile page?"</title>
			<link>http://kempwire.com/bb/topic/how-to-make-author-name-link-to-user-profile-page#post-20</link>
			<pubDate>Mon, 29 Jun 2009 15:33:56 +0000</pubDate>
			<dc:creator>Jonathan Kemp</dc:creator>
			<guid isPermaLink="false">20@http://kempwire.com/bb/</guid>
			<description>&#60;p&#62;I'm not sure if it is possible for the plugin to accomplish this or not.&#60;/p&#62;
&#60;p&#62;If you are using WordPress version 2.8, which if you are not, you should be, you can hard code it in the post template like this.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#60;/code&#62;&#60;/pre&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;In the url path, &#34;users&#34; should be whatever your WordPress Users page path is. That will link the authors name on the post to the users page in WordPress Users.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>annaj on "How to make author name link to user profile page?"</title>
			<link>http://kempwire.com/bb/topic/how-to-make-author-name-link-to-user-profile-page#post-19</link>
			<pubDate>Mon, 29 Jun 2009 08:08:31 +0000</pubDate>
			<dc:creator>annaj</dc:creator>
			<guid isPermaLink="false">19@http://kempwire.com/bb/</guid>
			<description>&#60;p&#62;Hi there, I was wondering how I can make the names of post / comment authors link to their Wordpress Users profile pages? &#60;/p&#62;
&#60;p&#62;For example, is it possible to replace &#38;lt;?php the_author() ?&#38;gt; with something like &#38;lt;?php the_author_posts_link(); ?&#38;gt; &#60;/p&#62;
&#60;p&#62;Unfortunately, &#38;lt;?php the_author_posts_link(); ?&#38;gt; doesn't do the job as it takes you to an archive of the author's posts, not the profile page generated by Wordpress Users.&#60;/p&#62;
&#60;p&#62;This would be a nice feature to add to the plugin but if you can explain how to hard-code it that would be great.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

