<?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>WpFunc &#187; archive</title>
	<atom:link href="http://www.wpfunc.com/tag/archive/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wpfunc.com</link>
	<description>Awesome, Quick, Simple WordPress Functions!</description>
	<lastBuildDate>Fri, 09 Jul 2010 09:05:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to Add Author Name to Author Archive</title>
		<link>http://www.wpfunc.com/wordpress/how-to-add-author-name-to-author-archive.html</link>
		<comments>http://www.wpfunc.com/wordpress/how-to-add-author-name-to-author-archive.html#comments</comments>
		<pubDate>Fri, 17 Jul 2009 17:00:47 +0000</pubDate>
		<dc:creator>KaiseRCrazY</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[author]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[else]]></category>
		<category><![CDATA[if]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=41</guid>
		<description><![CDATA[Hi everybody. Yes we will add author name to archive, admin/editor/publisher archive pages show their name like &#8220;Author archive for (author name)&#8221;. Lets begin&#8230;
First, open your archive.php from your theme folder. This is a sample code, it can be different in your theme.
Find
&#60; ?php /* If this is an author archive */ } elseif (is_author()) [...]<hr /><div style="text-align:center;">
<a href="http://aweber.com/?339698" title="Email Marketing">
<img src="http://www.aweber.com/banners/email_marketing/468x60_an.gif" alt="Email Marketing $19/Month!" style="border:none;" /></a>
</div><hr />


Related posts:<ol><li><a href='http://www.wpfunc.com/wordpress/automatically-insert-authors-bio-on-each-post.html' rel='bookmark' title='Permanent Link: Automatically Insert Author&#8217;s Bio on each post'>Automatically Insert Author&#8217;s Bio on each post</a></li>
<li><a href='http://www.wpfunc.com/wordpress/highlight-the-author-comments.html' rel='bookmark' title='Permanent Link: Highlight the Author Comments!'>Highlight the Author Comments!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/detect-user-browser-and-apply-a-stylesheet.html' rel='bookmark' title='Permanent Link: Detect User Browser And Apply A StyleSheet'>Detect User Browser And Apply A StyleSheet</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Hi everybody. Yes we will add author name to archive, admin/editor/publisher archive pages show their name like &#8220;Author archive for (author name)&#8221;. Lets begin&#8230;<span id="more-41"></span></p>
<p style="text-align: justify;">First, open your <span style="color: #ff0000;"><strong><em>archive.php</em></strong></span> from your theme folder. This is a sample code, it can be different in your theme.</p>
<h3>Find</h3>
<pre class="brush: plain;">&lt; ?php /* If this is an author archive */ } elseif (is_author()) { ?&gt;
&lt;h2&gt;Author Archive for&lt;/h2&gt;</pre>
<h3>And replace with;</h3>
<pre class="brush: plain;">&lt; ?php /* If this is an author archive */ } elseif (is_author()) { ?&gt;
&lt; ?php $author = get_userdata( get_query_var('author') );?&gt;
&lt;h2&gt;Author Archive for &lt; ?php echo $author-&gt;display_name;?&gt;&lt;/h2&gt;</pre>
<p style="text-align: justify;">After you apply this code the author archive page title will change like &#8220;<strong>Archive for (author name)</strong>&#8220;.</p>
<p style="text-align: justify;">That code different in my theme. If you click my avatar in the bottom of this post, you call my author archive page and again you can see author name in the bottom of  page.</p>
<p>That&#8217;s All! Have a nice day!</p>
<a rel='nofollow' target='_blank'  href='http://delicious.com/post?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fhow-to-add-author-name-to-author-archive.html&amp;title=How%20to%20Add%20Author%20Name%20to%20Author%20Archive&amp;notes=Hi%20everybody.%20Yes%20we%20will%20add%20author%20name%20to%20archive%2C%20admin%2Feditor%2Fpublisher%20archive%20pages%20show%20their%20name%20like%20%22Author%20archive%20for%20%28author%20name%29%22.%20Lets%20begin...%0D%0AFirst%2C%20open%20your%20archive.php%20from%20your%20theme%20folder.%20This%20is%20a%20sample%20code%2C%20it%20can%20be%20d'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/delicious.png' class='sociable-img sociable-hovers ' title='del.icio.us' alt='del.icio.us' /></a><a rel='nofollow' target='_blank'  href='http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fhow-to-add-author-name-to-author-archive.html&amp;title=How%20to%20Add%20Author%20Name%20to%20Author%20Archive&amp;bodytext=Hi%20everybody.%20Yes%20we%20will%20add%20author%20name%20to%20archive%2C%20admin%2Feditor%2Fpublisher%20archive%20pages%20show%20their%20name%20like%20%22Author%20archive%20for%20%28author%20name%29%22.%20Lets%20begin...%0D%0AFirst%2C%20open%20your%20archive.php%20from%20your%20theme%20folder.%20This%20is%20a%20sample%20code%2C%20it%20can%20be%20d'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/digg.png' class='sociable-img sociable-hovers ' title='Digg' alt='Digg' /></a><a rel='nofollow' target='_blank'  href='http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fhow-to-add-author-name-to-author-archive.html&amp;t=How%20to%20Add%20Author%20Name%20to%20Author%20Archive'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/facebook.png' class='sociable-img sociable-hovers ' title='Facebook' alt='Facebook' /></a><a rel='nofollow' target='_blank'  href='http://www.friendfeed.com/share?title=How%20to%20Add%20Author%20Name%20to%20Author%20Archive&amp;link=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fhow-to-add-author-name-to-author-archive.html'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/friendfeed.png' class='sociable-img sociable-hovers ' title='FriendFeed' alt='FriendFeed' /></a><a rel='nofollow' target='_blank'  href='http://reddit.com/submit?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fhow-to-add-author-name-to-author-archive.html&amp;title=How%20to%20Add%20Author%20Name%20to%20Author%20Archive'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/reddit.png' class='sociable-img sociable-hovers ' title='Reddit' alt='Reddit' /></a><a rel='nofollow' target='_blank'  href='http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fhow-to-add-author-name-to-author-archive.html&amp;title=How%20to%20Add%20Author%20Name%20to%20Author%20Archive'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/stumbleupon.png' class='sociable-img sociable-hovers ' title='StumbleUpon' alt='StumbleUpon' /></a><a rel='nofollow' target='_blank'  href='http://technorati.com/faves?add=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fhow-to-add-author-name-to-author-archive.html'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/technorati.png' class='sociable-img sociable-hovers ' title='Technorati' alt='Technorati' /></a><a rel='nofollow' target='_blank'  href='http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fhow-to-add-author-name-to-author-archive.html&amp;partner=sociable'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/pdf.png' class='sociable-img sociable-hovers ' title='PDF' alt='PDF' /></a><a rel='nofollow' target='_blank'  href='http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fhow-to-add-author-name-to-author-archive.html&amp;partner=sociable'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/printfriendly.png' class='sociable-img sociable-hovers ' title='Print' alt='Print' /></a><br/><br/>

<p>Related posts:<ol><li><a href='http://www.wpfunc.com/wordpress/automatically-insert-authors-bio-on-each-post.html' rel='bookmark' title='Permanent Link: Automatically Insert Author&#8217;s Bio on each post'>Automatically Insert Author&#8217;s Bio on each post</a></li>
<li><a href='http://www.wpfunc.com/wordpress/highlight-the-author-comments.html' rel='bookmark' title='Permanent Link: Highlight the Author Comments!'>Highlight the Author Comments!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/detect-user-browser-and-apply-a-stylesheet.html' rel='bookmark' title='Permanent Link: Detect User Browser And Apply A StyleSheet'>Detect User Browser And Apply A StyleSheet</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wpfunc.com/wordpress/how-to-add-author-name-to-author-archive.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
