<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WordPress Hacks &#187; Authors</title>
	<atom:link href="http://wphacks.com/tag/authors/feed/" rel="self" type="application/rss+xml" />
	<link>http://wphacks.com</link>
	<description>WordPress Themes, Plugins, Hacks, Tutorials, and more!</description>
	<lastBuildDate>Thu, 02 Feb 2012 15:20:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How To: Converting The Author Display To Link To The Author</title>
		<link>http://wphacks.com/how-to-converting-the-author-display-to-link-to-the-author/</link>
		<comments>http://wphacks.com/how-to-converting-the-author-display-to-link-to-the-author/#comments</comments>
		<pubDate>Sun, 25 Nov 2007 09:00:20 +0000</pubDate>
		<dc:creator>Kyle Eslick</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Authors]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Code]]></category>
		<category><![CDATA[WordPress Hacks]]></category>

		<guid isPermaLink="false">http://wphacks.com/how-to-converting-the-author-display-to-link-to-the-author/</guid>
		<description><![CDATA[If you are setting up a WordPress blog to work with a variety of authors, it is probably a good idea to also set up the author display to actually be a link to the bloggers website. For whatever reason, many themes are created to simply display the author&#8217;s name using text by default instead [...]]]></description>
			<content:encoded><![CDATA[<p>If you are setting up a WordPress blog to work with a variety of authors, it is probably a good idea to also set up the author display to actually be a link to the bloggers website.</p>
<p>For whatever reason, many themes are created to simply display the author&#8217;s name using text by default instead of converting it to a link to the author&#8217;s website.   Fortunately, this is an easy change to make with a minimal amount of coding adjustments required.</p>
<p>Here is what you need to do.  When editing your theme, you&#8217;ll want to look for the following code:</p>
<p><code>&lt;?php the_author() ?&gt;</code></p>
<p>Remove that code and replace it with the following:</p>
<p><code>&lt;?php the_author_link(); ?&gt;</code></p>
<p>Now test it out!   It will automatically display a link to the author&#8217;s site, as specified in the users profile.</p>
<img src="http://wphacks.com/?ak_action=api_record_view&id=87&type=feed" alt="" /><p>You are reading <a href="http://wphacks.com/how-to-converting-the-author-display-to-link-to-the-author/">How To: Converting The Author Display To Link To The Author</a>  © 2007 | <a href="http://wphacks.com">WordPress Hacks</a> | <a href="http://wpnexus.com">WordPress Directory</a> | <a href="http://wpforums.com/">WordPress Forums</a> | <a href="http://wpebook.com/">WordPress eBook</a></p>

<p><small>Enjoy writing about WordPress?  Get your blog more exposure by joining the <a href="http://wphacks.com/write/">WordPress Hacks writing team</a>!</small></p>]]></content:encoded>
			<wfw:commentRss>http://wphacks.com/how-to-converting-the-author-display-to-link-to-the-author/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

