<?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 add Google Analytics tracking code to wordpress</title>
	<atom:link href="http://www.blog-install.com/how-to-add-google-analytics-tracking-code-to-wordpress.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.blog-install.com/how-to-add-google-analytics-tracking-code-to-wordpress.html</link>
	<description>Pushing WordPress to the edge!</description>
	<lastBuildDate>Wed, 30 Nov 2011 04:19:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Mujibur Rehman</title>
		<link>http://www.blog-install.com/how-to-add-google-analytics-tracking-code-to-wordpress.html/comment-page-1#comment-937</link>
		<dc:creator>Mujibur Rehman</dc:creator>
		<pubDate>Wed, 30 Nov 2011 04:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog-install.com/?p=95#comment-937</guid>
		<description>I am confused here. In google analytics it was mentioning to keep the code in the at the end and just before  and you are specifying to keep the code at  . Please correct me if I am missing any thing here.</description>
		<content:encoded><![CDATA[<p>I am confused here. In google analytics it was mentioning to keep the code in the at the end and just before  and you are specifying to keep the code at  . Please correct me if I am missing any thing here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://www.blog-install.com/how-to-add-google-analytics-tracking-code-to-wordpress.html/comment-page-1#comment-418</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Wed, 15 Jun 2011 05:41:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog-install.com/?p=95#comment-418</guid>
		<description>V.C - all plugin&#039;s for WordPress make the site a little slower since you are running more code on the server, that is exactly one or the reasons for this post, but the main advantage is that using a plugin helps you to be able to upgrade themes without manually adding the tracking code again.</description>
		<content:encoded><![CDATA[<p>V.C &#8211; all plugin&#8217;s for WordPress make the site a little slower since you are running more code on the server, that is exactly one or the reasons for this post, but the main advantage is that using a plugin helps you to be able to upgrade themes without manually adding the tracking code again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://www.blog-install.com/how-to-add-google-analytics-tracking-code-to-wordpress.html/comment-page-1#comment-417</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Wed, 15 Jun 2011 05:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog-install.com/?p=95#comment-417</guid>
		<description>David, unfortunately sites hosted at wordpress.com can not use Google Analytics tracking code. If you want to use your own tracking and plugins you should consider moving to a self hosted WordPress. See my special offer at the top of the page.</description>
		<content:encoded><![CDATA[<p>David, unfortunately sites hosted at wordpress.com can not use Google Analytics tracking code. If you want to use your own tracking and plugins you should consider moving to a self hosted WordPress. See my special offer at the top of the page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.blog-install.com/how-to-add-google-analytics-tracking-code-to-wordpress.html/comment-page-1#comment-413</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 14 Jun 2011 20:36:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog-install.com/?p=95#comment-413</guid>
		<description>I am using wordpress.COM, so there are no plugins allowed. When i go to find Edit under appearance, I see Edit CSS...is that what you are talking about...if so, the edit css upgrade is currently unavailable.</description>
		<content:encoded><![CDATA[<p>I am using wordpress.COM, so there are no plugins allowed. When i go to find Edit under appearance, I see Edit CSS&#8230;is that what you are talking about&#8230;if so, the edit css upgrade is currently unavailable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.blog-install.com/how-to-add-google-analytics-tracking-code-to-wordpress.html/comment-page-1#comment-94</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Sun, 18 Jul 2010 17:31:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog-install.com/?p=95#comment-94</guid>
		<description>I changed http://www.webtechglobal.co.uk theme about 3 times and used a plugin to deal with analytic code but I&#039;m on my final theme because I&#039;m happy with it so it is coded into the header.php for good reason.

Where possible get the analytics code in the head of your header.php file and avoid having another plugin in the list for the blog to load, the files using storage space, more files to backup and you&#039;ll be minus an sql query. The header in a Wordpress theme already does a lot of work which is not required if your sticking to the same theme forever. Actually with some php removed from the header your blog will run much faster, it is a service WebTechGlobal offers with money back if you don&#039;t notice speed increase.

My point is plugins add to your blogs work load but are still the right option when you can see the code option having to be done too many times over the course of you perfecting your blog.

Ryan</description>
		<content:encoded><![CDATA[<p>I changed <a href="http://www.webtechglobal.co.uk" rel="nofollow">http://www.webtechglobal.co.uk</a> theme about 3 times and used a plugin to deal with analytic code but I&#8217;m on my final theme because I&#8217;m happy with it so it is coded into the header.php for good reason.</p>
<p>Where possible get the analytics code in the head of your header.php file and avoid having another plugin in the list for the blog to load, the files using storage space, more files to backup and you&#8217;ll be minus an sql query. The header in a WordPress theme already does a lot of work which is not required if your sticking to the same theme forever. Actually with some php removed from the header your blog will run much faster, it is a service WebTechGlobal offers with money back if you don&#8217;t notice speed increase.</p>
<p>My point is plugins add to your blogs work load but are still the right option when you can see the code option having to be done too many times over the course of you perfecting your blog.</p>
<p>Ryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cumhur</title>
		<link>http://www.blog-install.com/how-to-add-google-analytics-tracking-code-to-wordpress.html/comment-page-1#comment-50</link>
		<dc:creator>Cumhur</dc:creator>
		<pubDate>Mon, 22 Mar 2010 16:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog-install.com/?p=95#comment-50</guid>
		<description>Thank you very much. Info was helpful. GA code works now,
All the best
CD</description>
		<content:encoded><![CDATA[<p>Thank you very much. Info was helpful. GA code works now,<br />
All the best<br />
CD</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: V.C</title>
		<link>http://www.blog-install.com/how-to-add-google-analytics-tracking-code-to-wordpress.html/comment-page-1#comment-33</link>
		<dc:creator>V.C</dc:creator>
		<pubDate>Sat, 04 Jul 2009 22:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog-install.com/?p=95#comment-33</guid>
		<description>I don&#039;t like using plugin for google analytics because it make my site slower</description>
		<content:encoded><![CDATA[<p>I don&#8217;t like using plugin for google analytics because it make my site slower</p>
]]></content:encoded>
	</item>
</channel>
</rss>

