<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>victoria mui &#187; Code</title>
	<atom:link href="http://www.victoria-mui.com/blog/category/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.victoria-mui.com/blog</link>
	<description>projects &#124; conferences &#124; university of toronto</description>
	<lastBuildDate>Wed, 28 Jul 2010 15:46:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress.com Stats Plugin &#8212; Not Working</title>
		<link>http://www.victoria-mui.com/blog/2010/01/wordpress-com-stats-plugin/</link>
		<comments>http://www.victoria-mui.com/blog/2010/01/wordpress-com-stats-plugin/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 20:55:56 +0000</pubDate>
		<dc:creator>victoria</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[footer.php]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress.com stats]]></category>

		<guid isPermaLink="false">http://www.victoria-mui.com/blog/?p=360</guid>
		<description><![CDATA[Last week, I noticed how my Wordpress.com Stats plugin stopped recording stats for my blog.  It didn&#8217;t lose any data from the past &#8212; it simply stopped tracking new visitors and traffic.  So my stats looked something like this:

After a bit of poking around, I found a thread in the Wordpress forum that had a [...]]]></description>
			<content:encoded><![CDATA[<p>Last week, I noticed how my <a href="http://wordpress.org/extend/plugins/stats/" target="_blank">Wordpress.com Stats</a> plugin stopped recording stats for my blog.  It didn&#8217;t lose any data from the past &#8212; it simply stopped tracking new visitors and traffic.  So my stats looked something like this:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-361" title="wordpress_stat_problem" src="http://www.victoria-mui.com/blog/wp-content/uploads/2010/01/wordpress_stat_problem.jpg" alt="" width="382" height="210" /></p>
<p>After a bit of poking around, I found a <a href="http://wordpress.org/support/topic/195162" target="_blank">thread</a> in the Wordpress forum that had a fix to the problem.  I&#8217;m not sure <em>why </em>my footer was missing the following line, but here&#8217;s the fix:</p>
<p>In footer.php, make sure you have this line:</p>
<pre style="text-align: left;"><code><span style="font-size: 1.25em; color: #8b0a50;">
&lt;?php wp_footer(); ?&gt;
</span></code>
</pre>
<p>Before these lines:</p>
<pre style="text-align: left;"><code><span style="font-size: 1.25em; color: #8b0a50;">
&lt;/body&gt;
&lt;/html&gt;
</span></code>
</pre>
<p>Hope this helps!</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">http://wordpress.org/extend/plugins/stats/</div>
]]></content:encoded>
			<wfw:commentRss>http://www.victoria-mui.com/blog/2010/01/wordpress-com-stats-plugin/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
