<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Open comment author link in new window</title>
	<atom:link href="http://www.studiograsshopper.ch/code-snippets/open-comment-author-link-in-new-window/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.studiograsshopper.ch/code-snippets/open-comment-author-link-in-new-window/</link>
	<description>Wordpress site design and development, plugins, code ideas, template tags and css resources for bloggers</description>
	<lastBuildDate>Tue, 07 Feb 2012 22:11:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Stefan Jakolin</title>
		<link>http://www.studiograsshopper.ch/code-snippets/open-comment-author-link-in-new-window/#comment-33136</link>
		<dc:creator>Stefan Jakolin</dc:creator>
		<pubDate>Sat, 06 Aug 2011 17:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.studiograsshopper.ch/?p=1373#comment-33136</guid>
		<description>Thank you alot for that Information.

In German here:

http://www.azella.de/blog/2011/08/wordpress-kommentarlinks-als-_blank/</description>
		<content:encoded><![CDATA[<p>Thank you alot for that Information.</p>
<p>In German here:</p>
<p><a href="http://www.azella.de/blog/2011/08/wordpress-kommentarlinks-als-_blank/" rel="nofollow">http://www.azella.de/blog/2011/08/wordpress-kommentarlinks-als-_blank/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress: Kommentarlinks als _blank &#124; azella.de/blog</title>
		<link>http://www.studiograsshopper.ch/code-snippets/open-comment-author-link-in-new-window/#comment-33120</link>
		<dc:creator>WordPress: Kommentarlinks als _blank &#124; azella.de/blog</dc:creator>
		<pubDate>Sat, 06 Aug 2011 10:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.studiograsshopper.ch/?p=1373#comment-33120</guid>
		<description>[...] Dank an Studiograsshopper. Ähnliche Artikel:Wordpress: Generator Tag entfernenNofollow LinksGoogle lenken, die [...]</description>
		<content:encoded><![CDATA[<p>[...] Dank an Studiograsshopper. Ähnliche Artikel:Wordpress: Generator Tag entfernenNofollow LinksGoogle lenken, die [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach</title>
		<link>http://www.studiograsshopper.ch/code-snippets/open-comment-author-link-in-new-window/#comment-23202</link>
		<dc:creator>Zach</dc:creator>
		<pubDate>Fri, 07 Jan 2011 19:44:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.studiograsshopper.ch/?p=1373#comment-23202</guid>
		<description>Thank, dude! Appreciate your work, this works like a charm :)</description>
		<content:encoded><![CDATA[<p>Thank, dude! Appreciate your work, this works like a charm <img src='http://www.studiograsshopper.ch/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ade</title>
		<link>http://www.studiograsshopper.ch/code-snippets/open-comment-author-link-in-new-window/#comment-18134</link>
		<dc:creator>Ade</dc:creator>
		<pubDate>Mon, 06 Sep 2010 17:06:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.studiograsshopper.ch/?p=1373#comment-18134</guid>
		<description>Thanks for posting this, Henry. :-)</description>
		<content:encoded><![CDATA[<p>Thanks for posting this, Henry. <img src='http://www.studiograsshopper.ch/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry</title>
		<link>http://www.studiograsshopper.ch/code-snippets/open-comment-author-link-in-new-window/#comment-18131</link>
		<dc:creator>Henry</dc:creator>
		<pubDate>Mon, 06 Sep 2010 16:02:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.studiograsshopper.ch/?p=1373#comment-18131</guid>
		<description>* look like the parser did not interpret the {code} tag correctly. Going to try again...
&lt;code&gt;...
	if ( empty( $url ) &#124;&#124; &#039;http://&#039; == $url )
		$return = &quot;{cite class=&#039;fn&#039;}$author{/cite}&quot;;
	else
		$return = &quot;{cite class=&#039;fn&#039; title=&#039;$url&#039;}{a href=&#039;$url&#039; title=&#039;$author&#039; class=&#039;url&#039; rel=&#039;external nofollow&#039; target=&#039;_blank&#039;}$author{/a}{/cite}&quot;;
	return $return;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>* look like the parser did not interpret the {code} tag correctly. Going to try again&#8230;<br />
<code>...<br />
	if ( empty( $url ) || 'http://' == $url )<br />
		$return = "{cite class='fn'}$author{/cite}";<br />
	else<br />
		$return = "{cite class='fn' title='$url'}{a href='$url' title='$author' class='url' rel='external nofollow' target='_blank'}$author{/a}{/cite}";<br />
	return $return;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry</title>
		<link>http://www.studiograsshopper.ch/code-snippets/open-comment-author-link-in-new-window/#comment-18130</link>
		<dc:creator>Henry</dc:creator>
		<pubDate>Mon, 06 Sep 2010 15:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.studiograsshopper.ch/?p=1373#comment-18130</guid>
		<description>This is a great solution, I too have seen many template edit solutions, which is not optimal.
Since I use Hybrid template system, I modified the code code a bit, and added the &#039;cite&#039; tag:
&lt;code&gt;
...
if ( empty( $url ) &#124;&#124; &#039;http://&#039; == $url )
  $return = &quot;&lt;cite&gt;$author&lt;/cite&gt;&quot;;
else
  $return = &quot;&lt;cite&gt;&lt;a href=&#039;$url&#039; title=&#039;$author&#039; rel=&quot;nofollow&quot;&gt;$author&lt;/a&gt;&lt;/cite&gt;&quot;;
return $return;
...
&lt;/code&gt;
Thanks!</description>
		<content:encoded><![CDATA[<p>This is a great solution, I too have seen many template edit solutions, which is not optimal.<br />
Since I use Hybrid template system, I modified the code code a bit, and added the &#8216;cite&#8217; tag:<br />
<code><br />
...<br />
if ( empty( $url ) || 'http://' == $url )<br />
  $return = "<cite>$author</cite>";<br />
else<br />
  $return = "<cite><a href='$url' title='$author' rel="nofollow">$author</a></cite>";<br />
return $return;<br />
...<br />
</code><br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stamper</title>
		<link>http://www.studiograsshopper.ch/code-snippets/open-comment-author-link-in-new-window/#comment-17196</link>
		<dc:creator>Stamper</dc:creator>
		<pubDate>Sat, 07 Aug 2010 21:37:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.studiograsshopper.ch/?p=1373#comment-17196</guid>
		<description>Gotta tell you, SO glad I found this.  Works like a CHARM.  More people need to read this page - I&#039;ve been all over the net dude, and a LOT of people have this problem.  It seems the most popular method is editing comment-template.php - granted, it works, but it gets overwritten every time you update WP (of course).  I actually had 4 or 5 WP includes I&#039;d edited to do specific things, but had to constantly scramble to fix the overrides on every WP update.  I finally whittled it all down to comment-template.php with THIS problem, and I&#039;ve been looking for methods to fix it without digging through the source anymore.

Anyway, to cut short my rambling - you just removed the final problem, and I can finally update WP freely and no longer worry.  Thanks a million!  You also opened up my eyes to functions.php capabilities!  Very cool!

Damn, deleting this &quot;WORDPRESS_EDITS&quot; folder is gonna be crazy satisfying.  Peace!</description>
		<content:encoded><![CDATA[<p>Gotta tell you, SO glad I found this.  Works like a CHARM.  More people need to read this page &#8211; I&#8217;ve been all over the net dude, and a LOT of people have this problem.  It seems the most popular method is editing comment-template.php &#8211; granted, it works, but it gets overwritten every time you update WP (of course).  I actually had 4 or 5 WP includes I&#8217;d edited to do specific things, but had to constantly scramble to fix the overrides on every WP update.  I finally whittled it all down to comment-template.php with THIS problem, and I&#8217;ve been looking for methods to fix it without digging through the source anymore.</p>
<p>Anyway, to cut short my rambling &#8211; you just removed the final problem, and I can finally update WP freely and no longer worry.  Thanks a million!  You also opened up my eyes to functions.php capabilities!  Very cool!</p>
<p>Damn, deleting this &#8220;WORDPRESS_EDITS&#8221; folder is gonna be crazy satisfying.  Peace!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Open commenter&#8217;s link in a new window &#124; Huzze [dot] net</title>
		<link>http://www.studiograsshopper.ch/code-snippets/open-comment-author-link-in-new-window/#comment-16942</link>
		<dc:creator>Open commenter&#8217;s link in a new window &#124; Huzze [dot] net</dc:creator>
		<pubDate>Sat, 31 Jul 2010 22:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.studiograsshopper.ch/?p=1373#comment-16942</guid>
		<description>[...] file admits only one php beginning (&lt;?php) and only one ending (?&gt;). Found this method here (thanks  [...]</description>
		<content:encoded><![CDATA[<p>[...] file admits only one php beginning (&lt;?php) and only one ending (?&gt;). Found this method here (thanks  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ade</title>
		<link>http://www.studiograsshopper.ch/code-snippets/open-comment-author-link-in-new-window/#comment-8354</link>
		<dc:creator>Ade</dc:creator>
		<pubDate>Tue, 05 Jan 2010 09:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.studiograsshopper.ch/?p=1373#comment-8354</guid>
		<description>Great! :-)</description>
		<content:encoded><![CDATA[<p>Great! <img src='http://www.studiograsshopper.ch/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The importance of making your Wordpress author comment urls open in a new window and the code to make it happen. &#124; My Webmaster Tips</title>
		<link>http://www.studiograsshopper.ch/code-snippets/open-comment-author-link-in-new-window/#comment-8337</link>
		<dc:creator>The importance of making your Wordpress author comment urls open in a new window and the code to make it happen. &#124; My Webmaster Tips</dc:creator>
		<pubDate>Tue, 05 Jan 2010 04:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.studiograsshopper.ch/?p=1373#comment-8337</guid>
		<description>[...] Thankfully, I came across a really cool site that explains exactly how to set up your Wordpress theme&#8217;s function.php file to open comment author links in a new w.... [...]</description>
		<content:encoded><![CDATA[<p>[...] Thankfully, I came across a really cool site that explains exactly how to set up your WordPress theme&#8217;s function.php file to open comment author links in a new w&#8230;. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

