<?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: How to Make Your WordPress Links Open In A New Window</title>
	<atom:link href="http://media-perfection.com/2009/01/30/how-to-make-your-wordpress-links-open-in-a-new-window/feed/" rel="self" type="application/rss+xml" />
	<link>http://media-perfection.com/2009/01/30/how-to-make-your-wordpress-links-open-in-a-new-window/</link>
	<description>Website Design, Development and Consulting</description>
	<lastBuildDate>Thu, 07 Apr 2011 02:40:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sustainability WA</title>
		<link>http://media-perfection.com/2009/01/30/how-to-make-your-wordpress-links-open-in-a-new-window/comment-page-1/#comment-1415</link>
		<dc:creator>Sustainability WA</dc:creator>
		<pubDate>Thu, 07 Apr 2011 02:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://media-perfection.com/?p=156#comment-1415</guid>
		<description>Thankyou,

Just what I needed. So simple if you know where to look.</description>
		<content:encoded><![CDATA[<p>Thankyou,</p>
<p>Just what I needed. So simple if you know where to look.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://media-perfection.com/2009/01/30/how-to-make-your-wordpress-links-open-in-a-new-window/comment-page-1/#comment-1408</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 24 Mar 2011 13:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://media-perfection.com/?p=156#comment-1408</guid>
		<description>Try one of these:
http://wordpress.org/extend/plugins/outbound-links/
http://wordpress.org/extend/plugins/target-blank-in-posts-and-comments/</description>
		<content:encoded><![CDATA[<p>Try one of these:<br />
<a href="http://wordpress.org/extend/plugins/outbound-links/" rel="nofollow">http://wordpress.org/extend/plugins/outbound-links/</a><br />
<a href="http://wordpress.org/extend/plugins/target-blank-in-posts-and-comments/" rel="nofollow">http://wordpress.org/extend/plugins/target-blank-in-posts-and-comments/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://media-perfection.com/2009/01/30/how-to-make-your-wordpress-links-open-in-a-new-window/comment-page-1/#comment-1407</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 24 Mar 2011 12:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://media-perfection.com/?p=156#comment-1407</guid>
		<description>Thanks but I wish there was a way to specify to wordpress that all outbound links should open in a new tab</description>
		<content:encoded><![CDATA[<p>Thanks but I wish there was a way to specify to wordpress that all outbound links should open in a new tab</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paddle Guy Jason</title>
		<link>http://media-perfection.com/2009/01/30/how-to-make-your-wordpress-links-open-in-a-new-window/comment-page-1/#comment-537</link>
		<dc:creator>Paddle Guy Jason</dc:creator>
		<pubDate>Thu, 06 Jan 2011 08:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://media-perfection.com/?p=156#comment-537</guid>
		<description>thanks for the tip, just what i needed fast simple advise.</description>
		<content:encoded><![CDATA[<p>thanks for the tip, just what i needed fast simple advise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roezer</title>
		<link>http://media-perfection.com/2009/01/30/how-to-make-your-wordpress-links-open-in-a-new-window/comment-page-1/#comment-276</link>
		<dc:creator>Roezer</dc:creator>
		<pubDate>Sat, 23 Oct 2010 21:03:24 +0000</pubDate>
		<guid isPermaLink="false">http://media-perfection.com/?p=156#comment-276</guid>
		<description>Dave&#039;s Method worked but5 I would Really Like to Know how to Make All Dashboard Links open in a New Window. Mainly when I am trying to Understand a New Wordpress Plugin for Example I would Like to Be able to Read the Instructions in One Tab and Input the Settings in another. Daves Method is Great for Editing Content I have not Tried Christians.</description>
		<content:encoded><![CDATA[<p>Dave&#8217;s Method worked but5 I would Really Like to Know how to Make All Dashboard Links open in a New Window. Mainly when I am trying to Understand a New WordPress Plugin for Example I would Like to Be able to Read the Instructions in One Tab and Input the Settings in another. Daves Method is Great for Editing Content I have not Tried Christians.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://media-perfection.com/2009/01/30/how-to-make-your-wordpress-links-open-in-a-new-window/comment-page-1/#comment-273</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Wed, 29 Sep 2010 23:00:42 +0000</pubDate>
		<guid isPermaLink="false">http://media-perfection.com/?p=156#comment-273</guid>
		<description>Create a JS file with this as content:


$(document).ready(function () {
	$(&quot;.single_content A&quot;).attr(&#039;target&#039;, &#039;_blank&#039;);
	$(&quot;.excerpt A&quot;).attr(&#039;target&#039;, &#039;_blank&#039;);
});


Then add this to the header file at the end of the script tags AFTER the jQuery include.

&lt;script type=&quot;text/javascript&quot; src=&quot;/lib/js/links.js&quot;&gt;</description>
		<content:encoded><![CDATA[<p>Create a JS file with this as content:</p>
<p>$(document).ready(function () {<br />
	$(&#8220;.single_content A&#8221;).attr(&#8216;target&#8217;, &#8216;_blank&#8217;);<br />
	$(&#8220;.excerpt A&#8221;).attr(&#8216;target&#8217;, &#8216;_blank&#8217;);<br />
});</p>
<p>Then add this to the header file at the end of the script tags AFTER the jQuery include.</p>
<p>&lt;script type=&quot;text/javascript&quot; src=&quot;/lib/js/links.js&#8221;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://media-perfection.com/2009/01/30/how-to-make-your-wordpress-links-open-in-a-new-window/comment-page-1/#comment-254</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 24 Jun 2010 20:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://media-perfection.com/?p=156#comment-254</guid>
		<description>1. Open this file:

wp-includes/js/tinymce/themes/advanced/js/link.js

2. Look for this code around line 140

lst.options[lst.options.length] = new Option(tinyMCEPopup.getLang(&#039;not_set&#039;), &#039;&#039;);
        lst.options[lst.options.length] = new Option(tinyMCEPopup.getLang(&#039;advanced_dlg.link_target_same&#039;), &#039;_self&#039;); 
        lst.options[lst.options.length] = new Option(tinyMCEPopup.getLang(&#039;advanced_dlg.link_target_blank&#039;), &#039;_blank&#039;);

3. Reorder so target_blank option is on top

lst.options[lst.options.length] = new Option(tinyMCEPopup.getLang(&#039;advanced_dlg.link_target_blank&#039;), &#039;_blank&#039;);
lst.options[lst.options.length] = new Option(tinyMCEPopup.getLang(&#039;advanced_dlg.link_target_same&#039;), &#039;_self&#039;);
lst.options[lst.options.length] = new Option(tinyMCEPopup.getLang(&#039;not_set&#039;), &#039;&#039;);</description>
		<content:encoded><![CDATA[<p>1. Open this file:</p>
<p>wp-includes/js/tinymce/themes/advanced/js/link.js</p>
<p>2. Look for this code around line 140</p>
<p>lst.options[lst.options.length] = new Option(tinyMCEPopup.getLang(&#8216;not_set&#8217;), &#8221;);<br />
        lst.options[lst.options.length] = new Option(tinyMCEPopup.getLang(&#8216;advanced_dlg.link_target_same&#8217;), &#8216;_self&#8217;);<br />
        lst.options[lst.options.length] = new Option(tinyMCEPopup.getLang(&#8216;advanced_dlg.link_target_blank&#8217;), &#8216;_blank&#8217;);</p>
<p>3. Reorder so target_blank option is on top</p>
<p>lst.options[lst.options.length] = new Option(tinyMCEPopup.getLang(&#8216;advanced_dlg.link_target_blank&#8217;), &#8216;_blank&#8217;);<br />
lst.options[lst.options.length] = new Option(tinyMCEPopup.getLang(&#8216;advanced_dlg.link_target_same&#8217;), &#8216;_self&#8217;);<br />
lst.options[lst.options.length] = new Option(tinyMCEPopup.getLang(&#8216;not_set&#8217;), &#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cliff</title>
		<link>http://media-perfection.com/2009/01/30/how-to-make-your-wordpress-links-open-in-a-new-window/comment-page-1/#comment-252</link>
		<dc:creator>Cliff</dc:creator>
		<pubDate>Tue, 01 Jun 2010 16:41:26 +0000</pubDate>
		<guid isPermaLink="false">http://media-perfection.com/?p=156#comment-252</guid>
		<description>Me too...how to make it the default selection???</description>
		<content:encoded><![CDATA[<p>Me too&#8230;how to make it the default selection???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://media-perfection.com/2009/01/30/how-to-make-your-wordpress-links-open-in-a-new-window/comment-page-1/#comment-249</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 14 Apr 2010 22:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://media-perfection.com/?p=156#comment-249</guid>
		<description>I would like to know that too.
Its Extremely annoying to do this in every single post. It kills so much time. Any ideas?

Please someone....</description>
		<content:encoded><![CDATA[<p>I would like to know that too.<br />
Its Extremely annoying to do this in every single post. It kills so much time. Any ideas?</p>
<p>Please someone&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How</title>
		<link>http://media-perfection.com/2009/01/30/how-to-make-your-wordpress-links-open-in-a-new-window/comment-page-1/#comment-158</link>
		<dc:creator>How</dc:creator>
		<pubDate>Wed, 12 Aug 2009 04:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://media-perfection.com/?p=156#comment-158</guid>
		<description>how to make it default to all of your pages</description>
		<content:encoded><![CDATA[<p>how to make it default to all of your pages</p>
]]></content:encoded>
	</item>
</channel>
</rss>

