<?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>ThemeShaper Forums Tag: rel=author</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Sat, 18 May 2013 09:37:38 +0000</pubDate>

<item>
<title>rickdej on "Adding rel="author" to author link"</title>
<link>http://themeshaper.com/forums/topic/adding-relauthor-to-author-link#post-22166</link>
<pubDate>Wed, 06 Jul 2011 05:27:25 +0000</pubDate>
<dc:creator>rickdej</dc:creator>
<guid isPermaLink="false">22166@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Helga, as usual, you are brilliant! Thank you! The only thing I needed to change in your sample code were the quotes used around the word author. They weren't legit ASCII quote characters. Thanks again for the speedy and very helpful reply!
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Adding rel="author" to author link"</title>
<link>http://themeshaper.com/forums/topic/adding-relauthor-to-author-link#post-22134</link>
<pubDate>Sat, 02 Jul 2011 14:35:57 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">22134@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;you can override or filter, same as you would do for making any child theme change.  go into the extensions folder (in this case extensions.php) and find what is generating the code you need to mod.  then copy it into your child's functions.php, rename the function the childtheme_override_whatever() and hack away.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function childtheme_override_postmeta_authorlink() {

	    global $authordata;

	    $authorlink = &#38;#39;&#38;lt;span class=&#38;quot;meta-prep meta-prep-author&#38;quot;&#38;gt;&#38;#39; . __(&#38;#39;By &#38;#39;, &#38;#39;thematic&#38;#39;) . &#38;#39;&#38;lt;/span&#38;gt;&#38;#39;;
	    $authorlink .= &#38;#39;&#38;lt;span class=&#38;quot;author vcard&#38;quot;&#38;gt;&#38;#39;. &#38;#39;&#38;lt;a class=&#38;quot;url fn n&#38;quot; rel=”author” href=&#38;quot;&#38;#39;;
	    $authorlink .= get_author_posts_url($authordata-&#38;gt;ID, $authordata-&#38;gt;user_nicename);
	    $authorlink .= &#38;#39;&#38;quot; title=&#38;quot;&#38;#39; . __(&#38;#39;View all posts by &#38;#39;, &#38;#39;thematic&#38;#39;) . get_the_author_meta( &#38;#39;display_name&#38;#39; ) . &#38;#39;&#38;quot;&#38;gt;&#38;#39;;
	    $authorlink .= get_the_author_meta( &#38;#39;display_name&#38;#39; );
	    $authorlink .= &#38;#39;&#38;lt;/a&#38;gt;&#38;lt;/span&#38;gt;&#38;#39;;

	    return apply_filters(&#38;#39;thematic_post_meta_authorlink&#38;#39;, $authorlink);

	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;untested, but that should do it.
&#60;/p&#62;</description>
</item>
<item>
<title>rickdej on "Adding rel="author" to author link"</title>
<link>http://themeshaper.com/forums/topic/adding-relauthor-to-author-link#post-22132</link>
<pubDate>Sat, 02 Jul 2011 08:07:08 +0000</pubDate>
<dc:creator>rickdej</dc:creator>
<guid isPermaLink="false">22132@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Google is now offering a way for content authors to get recognized in their search index. They recommend adding the code attribute rel=”author” to anchor tags to author bio pages (see &#60;a href=&#34;http://www.google.com/support/webmasters/bin/answer.py?answer=1229920&#34; rel=&#34;nofollow&#34;&#62;http://www.google.com/support/webmasters/bin/answer.py?answer=1229920&#60;/a&#62; for details). I want to add this to all of the author links in my blog. I assume I will modify my child theme to do this, but I don’t know where this code modification would go. Can anyone give me a specific pointer? In case it’s not obvious, I am new to PHP. Thanks!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
