<?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 disable scripts and styles</title>
	<atom:link href="http://justintadlock.com/archives/2009/08/06/how-to-disable-scripts-and-styles/feed" rel="self" type="application/rss+xml" />
	<link>http://justintadlock.com/archives/2009/08/06/how-to-disable-scripts-and-styles</link>
	<description>Life, Blogging, and WordPress</description>
	<lastBuildDate>Tue, 16 Mar 2010 04:26:17 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Increasing The Speed Of Your WordPress Blog &#124; DevWebPro</title>
		<link>http://justintadlock.com/archives/2009/08/06/how-to-disable-scripts-and-styles#comment-176058</link>
		<dc:creator>Increasing The Speed Of Your WordPress Blog &#124; DevWebPro</dc:creator>
		<pubDate>Mon, 25 Jan 2010 16:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1773#comment-176058</guid>
		<description>[...] is the snippet of code that got me started, from Justin Tadlock’s blog post; it will disable Contact Form 7’s loading [...]</description>
		<content:encoded><![CDATA[<p>[...] is the snippet of code that got me started, from Justin Tadlock’s blog post; it will disable Contact Form 7’s loading [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to load Javascript on specific pages in Wordpress &#8211; Web Design / Development &#124; FLDtrace</title>
		<link>http://justintadlock.com/archives/2009/08/06/how-to-disable-scripts-and-styles#comment-175516</link>
		<dc:creator>How to load Javascript on specific pages in Wordpress &#8211; Web Design / Development &#124; FLDtrace</dc:creator>
		<pubDate>Thu, 21 Jan 2010 00:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1773#comment-175516</guid>
		<description>[...] Tadlock on his blog, offers a more in depth tutorial regarding this [...]</description>
		<content:encoded><![CDATA[<p>[...] Tadlock on his blog, offers a more in depth tutorial regarding this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 20+ Tips Lengkap Optimasi WordPress</title>
		<link>http://justintadlock.com/archives/2009/08/06/how-to-disable-scripts-and-styles#comment-175210</link>
		<dc:creator>20+ Tips Lengkap Optimasi WordPress</dc:creator>
		<pubDate>Mon, 18 Jan 2010 15:07:02 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1773#comment-175210</guid>
		<description>[...] dan rumit, karena harus mengedit file plugin yang dipakai. Informasi lengkap bisa dibaca di blog Justin Tadlock, White Shadow, dan Coen [...]</description>
		<content:encoded><![CDATA[<p>[...] dan rumit, karena harus mengedit file plugin yang dipakai. Informasi lengkap bisa dibaca di blog Justin Tadlock, White Shadow, dan Coen [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Funktionen, Javascripte und CSS Styles aus wp_head entfernen &#171; design &#38; programmierung</title>
		<link>http://justintadlock.com/archives/2009/08/06/how-to-disable-scripts-and-styles#comment-174898</link>
		<dc:creator>Funktionen, Javascripte und CSS Styles aus wp_head entfernen &#171; design &#38; programmierung</dc:creator>
		<pubDate>Sat, 16 Jan 2010 18:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1773#comment-174898</guid>
		<description>[...] Eine ausführlichere Beschreibung zu diesem Thema liefert: justintadlock.com/archives/2009/08/06/how-to-disable-scripts-and-styles [...]</description>
		<content:encoded><![CDATA[<p>[...] Eine ausführlichere Beschreibung zu diesem Thema liefert: justintadlock.com/archives/2009/08/06/how-to-disable-scripts-and-styles [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Carter</title>
		<link>http://justintadlock.com/archives/2009/08/06/how-to-disable-scripts-and-styles#comment-170547</link>
		<dc:creator>Thomas Carter</dc:creator>
		<pubDate>Tue, 22 Dec 2009 21:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1773#comment-170547</guid>
		<description>@Ben for sure i&#039;ve just done this, based on J Mehmett&#039;s great comment (the 2nd comment)

Based on your example:

if(!is_single()){
wp_deregister_script(&#039;the-script&#039;);
}

So if the page is not single.php the script will be de-registered!</description>
		<content:encoded><![CDATA[<p>@Ben for sure i&#8217;ve just done this, based on J Mehmett&#8217;s great comment (the 2nd comment)</p>
<p>Based on your example:</p>
<p>if(!is_single()){<br />
wp_deregister_script(&#8216;the-script&#8217;);<br />
}</p>
<p>So if the page is not single.php the script will be de-registered!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin</title>
		<link>http://justintadlock.com/archives/2009/08/06/how-to-disable-scripts-and-styles#comment-166425</link>
		<dc:creator>Benjamin</dc:creator>
		<pubDate>Fri, 04 Dec 2009 02:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1773#comment-166425</guid>
		<description>This worked great: but is there a way to enable it only on certain templates instead of the exact page?  For instance if I want a certain script to be allowed on single.php pages? 

Thanks in advance!  I&#039;m still wrapping my head around much of this code!</description>
		<content:encoded><![CDATA[<p>This worked great: but is there a way to enable it only on certain templates instead of the exact page?  For instance if I want a certain script to be allowed on single.php pages? </p>
<p>Thanks in advance!  I&#8217;m still wrapping my head around much of this code!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devin</title>
		<link>http://justintadlock.com/archives/2009/08/06/how-to-disable-scripts-and-styles#comment-161725</link>
		<dc:creator>Devin</dc:creator>
		<pubDate>Mon, 09 Nov 2009 21:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1773#comment-161725</guid>
		<description>Thanks for posting this Justin.  I just added the WP Navi deregister to my list of useful Thematic filters- even though it&#039;s only sorta related.  Too useful to leave off though: &lt;a href=&quot;http://wordpresstheming.com/2009/10/useful-thematic-filters/&quot; rel=&quot;nofollow&quot;&gt;http://wordpresstheming.com/2009/10/useful-thematic-filters/&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Thanks for posting this Justin.  I just added the WP Navi deregister to my list of useful Thematic filters- even though it&#8217;s only sorta related.  Too useful to leave off though: <a href="http://wordpresstheming.com/2009/10/useful-thematic-filters/" rel="nofollow">http://wordpresstheming.com/2009/10/useful-thematic-filters/</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Isra</title>
		<link>http://justintadlock.com/archives/2009/08/06/how-to-disable-scripts-and-styles#comment-161639</link>
		<dc:creator>Ryan Isra</dc:creator>
		<pubDate>Mon, 09 Nov 2009 08:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1773#comment-161639</guid>
		<description>Nice post, for those who weren&#039;t advanced in programming, especially web programming.</description>
		<content:encoded><![CDATA[<p>Nice post, for those who weren&#8217;t advanced in programming, especially web programming.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Disabling Scripts and CSS styles in WordPress &#124; Netvivs</title>
		<link>http://justintadlock.com/archives/2009/08/06/how-to-disable-scripts-and-styles#comment-161546</link>
		<dc:creator>Disabling Scripts and CSS styles in WordPress &#124; Netvivs</dc:creator>
		<pubDate>Sun, 08 Nov 2009 19:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1773#comment-161546</guid>
		<description>[...] I found this interested article from Justin Tadlock that realized me a quick and elegant way to disable scripts or styles enqueued [...]</description>
		<content:encoded><![CDATA[<p>[...] I found this interested article from Justin Tadlock that realized me a quick and elegant way to disable scripts or styles enqueued [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darrin</title>
		<link>http://justintadlock.com/archives/2009/08/06/how-to-disable-scripts-and-styles#comment-161541</link>
		<dc:creator>Darrin</dc:creator>
		<pubDate>Sun, 08 Nov 2009 18:28:33 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/?p=1773#comment-161541</guid>
		<description>Ooh excellent post.  I didn&#039;t know that this was possible.  I was always afraid to mess with the plugins for fear of breaking it altogether.  Time to go mess with my site and hope I don&#039;t break it to bad.</description>
		<content:encoded><![CDATA[<p>Ooh excellent post.  I didn&#8217;t know that this was possible.  I was always afraid to mess with the plugins for fear of breaking it altogether.  Time to go mess with my site and hope I don&#8217;t break it to bad.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
