<?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: Load time improvements</title>
	<atom:link href="http://www.seodenver.com/load-time-improvements/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seodenver.com/load-time-improvements/</link>
	<description>Websites designed and optimized for results.</description>
	<lastBuildDate>Thu, 09 Feb 2012 15:48:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Susan</title>
		<link>http://www.seodenver.com/load-time-improvements/#comment-2260</link>
		<dc:creator>Susan</dc:creator>
		<pubDate>Wed, 27 Jan 2010 03:05:13 +0000</pubDate>
		<guid isPermaLink="false">http://katzwebdesign.wordpress.com/?p=131#comment-2260</guid>
		<description>Thanks Zack for taking the time to write all this code out.
I want to have this functionality on all pages/post that I have an Amazon book on so the code in the php file would be for every post and page. Which part of the above code should I copy and paste.?</description>
		<content:encoded><![CDATA[<p>Thanks Zack for taking the time to write all this code out.<br />
I want to have this functionality on all pages/post that I have an Amazon book on so the code in the php file would be for every post and page. Which part of the above code should I copy and paste.?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zack Katz</title>
		<link>http://www.seodenver.com/load-time-improvements/#comment-2255</link>
		<dc:creator>Zack Katz</dc:creator>
		<pubDate>Mon, 25 Jan 2010 16:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://katzwebdesign.wordpress.com/?p=131#comment-2255</guid>
		<description>&lt;p&gt;Hi Susan,
If you want to show the code only on specific pages, you need to add some code to the Thesis theme&#039;s `custom` folder. There, you will add this to the custom_functions.php file:&lt;/p&gt;
&lt;pre&gt;add_action(&#039;wp_head&#039;, &#039;add_amazon_lec&#039;);
function add_amazon_lec()  
echo &#039;&lt;script type=&quot;text/javascript&quot; src=&quot;http://www.assoc-amazon.com/s/link-enhancer?tag=artsu-20&amp;o=1&quot;&gt;
&lt;/script&gt;
&lt;noscript&gt;
&lt;img src=&quot;http://www.assoc-amazon.com/s/noscript?tag=artsu-20&quot; alt=&quot;&quot; /&gt;
&lt;/noscript&gt;&#039;;


&lt;/pre&gt;
&lt;p&gt;Let me know if this doesn&#039;t work, but it should.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi Susan,<br />
If you want to show the code only on specific pages, you need to add some code to the Thesis theme&#8217;s `custom` folder. There, you will add this to the custom_functions.php file:</p>
<pre>add_action('wp_head', 'add_amazon_lec');
function add_amazon_lec() {
// Change the number inside is_page() to the page ID of the targeted page
// Or use is_post() if it's a post, not a page
if(is_page(5)) {
echo '&lt;script type="text/javascript" src="http://www.assoc-amazon.com/s/link-enhancer?tag=artsu-20&amp;o=1"&gt;
&lt;/script&gt;
&lt;noscript&gt;
&lt;img src="http://www.assoc-amazon.com/s/noscript?tag=artsu-20" alt="" /&gt;
&lt;/noscript&gt;';
}
}
</pre>
<p>Let me know if this doesn&#8217;t work, but it should.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Susan</title>
		<link>http://www.seodenver.com/load-time-improvements/#comment-2246</link>
		<dc:creator>Susan</dc:creator>
		<pubDate>Sat, 23 Jan 2010 23:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://katzwebdesign.wordpress.com/?p=131#comment-2246</guid>
		<description>Amazon Link Enhance Code - in Thesis,where does this code get placed only once instead of placing it on every page you post?
&lt;script type=&quot;text/javascript&quot; src=&quot;http://www.assoc-amazon.com/s/link-enhancer?tag=artsu-20&amp;o=1&quot;&gt;
&lt;/script&gt;
&lt;noscript&gt;
 &lt;img src=&quot;http://www.assoc-amazon.com/s/noscript?tag=artsu-20&quot; alt=&quot;&quot; /&gt;
&lt;/noscript&gt;
It works in my sidebar widget, but not on my post page unless I add the above code.
Any ideas?
Thanks, Susan</description>
		<content:encoded><![CDATA[<p>Amazon Link Enhance Code &#8211; in Thesis,where does this code get placed only once instead of placing it on every page you post?<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;http://www.assoc-amazon.com/s/link-enhancer?tag=artsu-20&amp;o=1&#8243;&gt;<br />
&lt;/script&gt;<br />
&lt;noscript&gt;<br />
 &lt;img src=&#8221;http://www.assoc-amazon.com/s/noscript?tag=artsu-20&#8243; alt=&#8221;" /&gt;<br />
&lt;/noscript&gt;<br />
It works in my sidebar widget, but not on my post page unless I add the above code.<br />
Any ideas?<br />
Thanks, Susan</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Object Caching 0/0 objects using disk: basic

Served from: www.seodenver.com @ 2012-02-11 13:00:32 -->
