<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Wordpress RSS Widget &#8211; target=’blank’ fix</title>
	<atom:link href="http://www.cottonrohrscheib.com/blog/2009/03/02/wordpress-rss-widget-targetblank-fix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cottonrohrscheib.com/blog/2009/03/02/wordpress-rss-widget-targetblank-fix/</link>
	<description>The Cotton Club Blog &#38; Podcast is hosted by veteran web developer and interactive marketing consultant Cotton Rohrscheib.  This fun podcast covers a wide variety of industry topics such as web development (PHP, PHPRunner, MySQL, Wordpress, and MODx) to the usage of Social Media (Twitter, Facebook, Myspace, Friendfeed, LinkedIn).  

In addition to technology related topics, Cotton and his guests also discuss a lot of useful Business related topics that are useful to small business owners such as Marketing and Management practices.  

Cotton and his guests will also entertain you with a healthy mix of funny stories and perspectives about NASCAR, Football (College and Professional), Movies, and life in general.</description>
	<lastBuildDate>Tue, 16 Mar 2010 18:51:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brad</title>
		<link>http://www.cottonrohrscheib.com/blog/2009/03/02/wordpress-rss-widget-targetblank-fix/comment-page-1/#comment-17934</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Thu, 03 Dec 2009 02:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.cottonrohrscheib.com/blog/2009/03/02/wordpress-rss-widget-targetblank-fix/#comment-17934</guid>
		<description>Thank you for the widget fix</description>
		<content:encoded><![CDATA[<p>Thank you for the widget fix</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RSS Feed Widget Med Target=_BLANK !? - Webforumet.no</title>
		<link>http://www.cottonrohrscheib.com/blog/2009/03/02/wordpress-rss-widget-targetblank-fix/comment-page-1/#comment-17926</link>
		<dc:creator>RSS Feed Widget Med Target=_BLANK !? - Webforumet.no</dc:creator>
		<pubDate>Mon, 30 Nov 2009 22:58:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.cottonrohrscheib.com/blog/2009/03/02/wordpress-rss-widget-targetblank-fix/#comment-17926</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cotton Rohrscheib</title>
		<link>http://www.cottonrohrscheib.com/blog/2009/03/02/wordpress-rss-widget-targetblank-fix/comment-page-1/#comment-17875</link>
		<dc:creator>Cotton Rohrscheib</dc:creator>
		<pubDate>Fri, 23 Oct 2009 20:12:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.cottonrohrscheib.com/blog/2009/03/02/wordpress-rss-widget-targetblank-fix/#comment-17875</guid>
		<description>Thanks for the update.</description>
		<content:encoded><![CDATA[<p>Thanks for the update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Yates</title>
		<link>http://www.cottonrohrscheib.com/blog/2009/03/02/wordpress-rss-widget-targetblank-fix/comment-page-1/#comment-17874</link>
		<dc:creator>Dave Yates</dc:creator>
		<pubDate>Sun, 18 Oct 2009 18:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.cottonrohrscheib.com/blog/2009/03/02/wordpress-rss-widget-targetblank-fix/#comment-17874</guid>
		<description>Thanks for this, it did the trick - one mod from Sabine&#039;s comment.&lt;br&gt;&lt;br&gt;Make the mods to Lines 728 and 837 on wp-includes/default-widgets.php&lt;br&gt;&lt;br&gt;&lt;br&gt;Modify these lines as below:&lt;br&gt;&lt;br&gt;Line 728:&lt;br&gt;- -&lt;br&gt;			$title = &quot;&lt;a class=&#039;rsswidget&#039; href=&#039;$url&#039; title=&#039;&quot; . esc_attr(__(&#039;Syndicate this content&#039;)) .&quot;&#039; rel=&quot;nofollow&quot;&gt;&lt;img style=&#039;background:orange;color:white;border:none;&#039; width=&#039;14&#039; height=&#039;14&#039; src=&#039;$icon&#039; alt=&#039;RSS&#039; /&gt;&lt;/a&gt; &lt;a class=&#039;rsswidget&#039; href=&#039;$link&#039; title=&#039;$desc&#039; target=_blank rel=&quot;nofollow&quot;&gt;$title&lt;/a&gt;&quot;;&lt;br&gt;&lt;br&gt;- -&lt;br&gt;&lt;br&gt;&lt;br&gt; Line 837&lt;br&gt;&lt;br&gt;- - &lt;br&gt;			echo &quot;&lt;li&gt;&lt;a class=&#039;rsswidget&#039; href=&#039;$link&#039; title=&#039;$desc&#039; target=_blank rel=&quot;nofollow&quot;&gt;$title&lt;/a&gt;{$date}{$summary}{$author}&lt;/li&gt;&quot;;&lt;br&gt;&lt;br&gt;- -</description>
		<content:encoded><![CDATA[<p>Thanks for this, it did the trick &#8211; one mod from Sabine&#39;s comment.</p>
<p>Make the mods to Lines 728 and 837 on wp-includes/default-widgets.php</p>
<p>Modify these lines as below:</p>
<p>Line 728:<br />- -<br />			$title = &#8220;<a class=&#39;rsswidget&#39; href=&#39;$url&#39; title=&#39;" . esc_attr(__(&#39;Syndicate this content&#39;)) ."&#39; rel="nofollow">&lt;img style=&#39;background:orange;color:white;border:none;&#39; width=&#39;14&#39; height=&#39;14&#39; src=&#39;$icon&#39; alt=&#39;RSS&#39; /&gt;</a> <a class=&#39;rsswidget&#39; href=&#39;$link&#39; title=&#39;$desc&#39; target=_blank rel="nofollow">$title</a>&#8220;;</p>
<p>- -</p>
<p> Line 837</p>
<p>- &#8211; <br />			echo &#8220;&lt;li&gt;<a class=&#39;rsswidget&#39; href=&#39;$link&#39; title=&#39;$desc&#39; target=_blank rel="nofollow">$title</a>{$date}{$summary}{$author}&lt;/li&gt;&#8221;;</p>
<p>- -</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cotton Rohrscheib</title>
		<link>http://www.cottonrohrscheib.com/blog/2009/03/02/wordpress-rss-widget-targetblank-fix/comment-page-1/#comment-17546</link>
		<dc:creator>Cotton Rohrscheib</dc:creator>
		<pubDate>Fri, 04 Sep 2009 02:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.cottonrohrscheib.com/blog/2009/03/02/wordpress-rss-widget-targetblank-fix/#comment-17546</guid>
		<description>Okay, thanks for sharing. I posted this on an older version of Wordpress than is out now so that might explain the line number differences.</description>
		<content:encoded><![CDATA[<p>Okay, thanks for sharing. I posted this on an older version of Wordpress than is out now so that might explain the line number differences.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cotton Rohrscheib</title>
		<link>http://www.cottonrohrscheib.com/blog/2009/03/02/wordpress-rss-widget-targetblank-fix/comment-page-1/#comment-17547</link>
		<dc:creator>Cotton Rohrscheib</dc:creator>
		<pubDate>Fri, 04 Sep 2009 02:46:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.cottonrohrscheib.com/blog/2009/03/02/wordpress-rss-widget-targetblank-fix/#comment-17547</guid>
		<description></description>
		<content:encoded><![CDATA[]]></content:encoded>
	</item>
	<item>
		<title>By: Sabine</title>
		<link>http://www.cottonrohrscheib.com/blog/2009/03/02/wordpress-rss-widget-targetblank-fix/comment-page-1/#comment-17544</link>
		<dc:creator>Sabine</dc:creator>
		<pubDate>Fri, 04 Sep 2009 02:10:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.cottonrohrscheib.com/blog/2009/03/02/wordpress-rss-widget-targetblank-fix/#comment-17544</guid>
		<description>First off - thanks for this info - works great.&lt;br&gt;&lt;br&gt;My only comment is I had to do it to a different file with some slightly different line locations:&lt;br&gt;wp-includes/default-widgets.php&lt;br&gt;&lt;br&gt;Line 762 - add it twice withing 2 brackets - which are for the RSS title link:&lt;br&gt;&lt;br&gt;$title = &quot;&lt;a class=&#039;rsswidget&#039; target=&#039;_blank&#039; href=&#039;$url&#039; title=&#039;&quot; . esc_attr(__(&#039;Syndicate this content&#039;)) .&quot;&#039; rel=&quot;nofollow&quot;&gt;&lt;img style=&#039;background:orange;color:white;border:none;&#039; width=&#039;14&#039; height=&#039;14&#039; src=&#039;$icon&#039; alt=&#039;RSS&#039; /&gt;&lt;/a&gt; &lt;a class=&#039;rsswidget&#039; target=&#039;_blank&#039; href=&#039;$link&#039; title=&#039;$desc&#039; rel=&quot;nofollow&quot;&gt;$title&lt;/a&gt;&quot;;&lt;br&gt;&lt;br&gt;Line 835 which addresses the link of any articles you may display:&lt;br&gt;&lt;br&gt;echo &quot;&lt;li&gt;&lt;a class=&#039;rsswidget&#039; target=&#039;_blank&#039; href=&#039;$link&#039; title=&#039;$desc&#039; rel=&quot;nofollow&quot;&gt;$title&lt;/a&gt;{$date}{$summary}{$author}&lt;/li&gt;&quot;;</description>
		<content:encoded><![CDATA[<p>First off &#8211; thanks for this info &#8211; works great.</p>
<p>My only comment is I had to do it to a different file with some slightly different line locations:<br />wp-includes/default-widgets.php</p>
<p>Line 762 &#8211; add it twice withing 2 brackets &#8211; which are for the RSS title link:</p>
<p>$title = &#8220;<a class=&#39;rsswidget&#39; target=&#39;_blank&#39; href=&#39;$url&#39; title=&#39;" . esc_attr(__(&#39;Syndicate this content&#39;)) ."&#39; rel="nofollow">&lt;img style=&#39;background:orange;color:white;border:none;&#39; width=&#39;14&#39; height=&#39;14&#39; src=&#39;$icon&#39; alt=&#39;RSS&#39; /&gt;</a> <a class=&#39;rsswidget&#39; target=&#39;_blank&#39; href=&#39;$link&#39; title=&#39;$desc&#39; rel="nofollow">$title</a>&#8220;;</p>
<p>Line 835 which addresses the link of any articles you may display:</p>
<p>echo &#8220;&lt;li&gt;<a class=&#39;rsswidget&#39; target=&#39;_blank&#39; href=&#39;$link&#39; title=&#39;$desc&#39; rel="nofollow">$title</a>{$date}{$summary}{$author}&lt;/li&gt;&#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: #RefreshCA Wordpress Code Camp Brainstorm : Cotton Rohrscheib</title>
		<link>http://www.cottonrohrscheib.com/blog/2009/03/02/wordpress-rss-widget-targetblank-fix/comment-page-1/#comment-17154</link>
		<dc:creator>#RefreshCA Wordpress Code Camp Brainstorm : Cotton Rohrscheib</dc:creator>
		<pubDate>Sun, 23 Aug 2009 04:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.cottonrohrscheib.com/blog/2009/03/02/wordpress-rss-widget-targetblank-fix/#comment-17154</guid>
		<description>[...] to further extend wordpress beyond what’s available through the use of plugins, etc.  Here’s an example of a recent hack that I had to implement for a [...]</description>
		<content:encoded><![CDATA[<p>[...] to further extend wordpress beyond what’s available through the use of plugins, etc.  Here’s an example of a recent hack that I had to implement for a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cotton Rohrscheib</title>
		<link>http://www.cottonrohrscheib.com/blog/2009/03/02/wordpress-rss-widget-targetblank-fix/comment-page-1/#comment-16936</link>
		<dc:creator>Cotton Rohrscheib</dc:creator>
		<pubDate>Sat, 01 Aug 2009 21:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.cottonrohrscheib.com/blog/2009/03/02/wordpress-rss-widget-targetblank-fix/#comment-16936</guid>
		<description>Thanks, next time I run into this I will check into that.</description>
		<content:encoded><![CDATA[<p>Thanks, next time I run into this I will check into that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Brewer</title>
		<link>http://www.cottonrohrscheib.com/blog/2009/03/02/wordpress-rss-widget-targetblank-fix/comment-page-1/#comment-16935</link>
		<dc:creator>Nick Brewer</dc:creator>
		<pubDate>Sat, 01 Aug 2009 20:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.cottonrohrscheib.com/blog/2009/03/02/wordpress-rss-widget-targetblank-fix/#comment-16935</guid>
		<description>One way to fix the issue without editing core, would be to search for an &quot;a href&quot; with the class of &quot;rsswidget&quot; using jQuery.  Then replace or add the attribute and value for target=&quot;blank&quot;.

This way you can update your wordpress file without worrying about any core mods.  This jQuery solution could be added into the functions.php.</description>
		<content:encoded><![CDATA[<p>One way to fix the issue without editing core, would be to search for an &#8220;a href&#8221; with the class of &#8220;rsswidget&#8221; using jQuery.  Then replace or add the attribute and value for target=&#8221;blank&#8221;.</p>
<p>This way you can update your wordpress file without worrying about any core mods.  This jQuery solution could be added into the functions.php.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: powersitedesign (Cotton Rohrscheib)</title>
		<link>http://www.cottonrohrscheib.com/blog/2009/03/02/wordpress-rss-widget-targetblank-fix/comment-page-1/#comment-16524</link>
		<dc:creator>powersitedesign (Cotton Rohrscheib)</dc:creator>
		<pubDate>Tue, 03 Mar 2009 04:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.cottonrohrscheib.com/blog/2009/03/02/wordpress-rss-widget-targetblank-fix/#comment-16524</guid>
		<description>New Post: Wordpress RSS Widget - target=’blank’ fix http://tinyurl.com/df4pkl</description>
		<content:encoded><![CDATA[<p>New Post: Wordpress RSS Widget &#8211; target=’blank’ fix <a href="http://tinyurl.com/df4pkl" rel="nofollow">http://tinyurl.com/df4pkl</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
