<?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>defrag &#187; Wordpress</title>
	<atom:link href="http://www.tiagosa.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tiagosa.com</link>
	<description>gathering ideas together</description>
	<lastBuildDate>Mon, 06 Apr 2009 10:34:29 +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>Feed change</title>
		<link>http://www.tiagosa.com/development/feed-change/</link>
		<comments>http://www.tiagosa.com/development/feed-change/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 22:23:17 +0000</pubDate>
		<dc:creator>tiagosa</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[English]]></category>

		<guid isPermaLink="false">http://www.tiagosa.com/?p=139</guid>
		<description><![CDATA[Those that are subscribed to my RSS feed should know that I&#8217;ve moved to a FeedBurner version.
The old one will be going away, so please unsubscribe and resubscribe to the new version at http://feeds2.feedburner.com/defrag.
You can also click the icon below.
 Subscribe in a reader
Thanks!Similar Posts:

Blog
&#8220;Como ter a Internet eduroam no Ubuntu Intrepid Ibex&#8221;
Recent bookmarks @ [...]]]></description>
			<content:encoded><![CDATA[<p>Those that are subscribed to my RSS feed should know that I&#8217;ve moved to a <a title="Feedburner" href="http://www.feedburner.com/">FeedBurner</a> version.</p>
<p>The old one will be going away, so please unsubscribe and resubscribe to the new version at <a title="Feed" href="http://feeds2.feedburner.com/defrag">http://feeds2.feedburner.com/defrag</a>.</p>
<p>You can also click the icon below.</p>
<p><a rel="alternate" type="application/rss+xml" href="http://feeds2.feedburner.com/defrag"><img style="vertical-align:middle;border:0" src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" /></a> <a rel="alternate" type="application/rss+xml" href="http://feeds2.feedburner.com/defrag">Subscribe in a reader</a></p>
<p>Thanks!<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.tiagosa.com/blog/" rel="bookmark" title="November 18, 2008">Blog</a></li>
<li><a href="http://www.tiagosa.com/networking/como-ter-a-internet-eduroam-no-ubuntu-intrepid-ibex/" rel="bookmark" title="November 19, 2008">&#8220;Como ter a Internet eduroam no Ubuntu Intrepid Ibex&#8221;</a></li>
<li><a href="http://www.tiagosa.com/bookmarks/recent-bookmarks-09-11-08/" rel="bookmark" title="November 9, 2008">Recent bookmarks @ 09-11-08</a></li>
<li><a href="http://www.tiagosa.com/about/" rel="bookmark" title="October 7, 2008">About me</a></li>
<li><a href="http://www.tiagosa.com/internet/microsoft-bloqueia-acesso-ao-hotmail-a-utilizadores-linux/" rel="bookmark" title="November 17, 2008">Microsoft bloqueia acesso ao Hotmail a utilizadores Linux</a></li>
</ul>
<p><!-- Similar Posts took 4.988 ms --></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.tiagosa.com%2Fdevelopment%2Ffeed-change%2F';
  addthis_title  = 'Feed+change';
  addthis_pub    = 'damage';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.tiagosa.com/development/feed-change/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Stats not counting</title>
		<link>http://www.tiagosa.com/wordpress/wordpress-stats-not-counting/</link>
		<comments>http://www.tiagosa.com/wordpress/wordpress-stats-not-counting/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 03:50:35 +0000</pubDate>
		<dc:creator>tiagosa</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[English]]></category>

		<guid isPermaLink="false">http://www.tiagosa.com/?p=81</guid>
		<description><![CDATA[
My blog is still very young, but one day my stats stopped counting visits. At first I didn&#8217;t know what was happening (I even thought I had no visits), but my Google Analytics shows a few visits a day.
So I started searching for the answer&#8230;
It happened when I changed my blog theme.
The solution is easy, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-thumbnail wp-image-83" title="wp" src="http://www.tiagosa.com/wp-content/uploads/2008/11/wp.jpeg" alt="" width="116" height="116" /></p>
<p>My blog is still very young, but one day my stats stopped counting visits. At first I didn&#8217;t know what was happening (I even thought I had no visits), but my Google Analytics shows a few visits a day.</p>
<p>So I started searching for the answer&#8230;</p>
<p>It happened when I changed my blog theme.</p>
<p>The solution is easy, all you have to do is check the footer.php file on your selected theme and make sure that wp_footer() function is called within the script.</p>
<p>The end of footer.php should look like this:</p>
<blockquote><p>&lt;?php wp_footer(); ?&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p></blockquote>
<p>Hope this helped! now just keep blogging! :)<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.tiagosa.com/blog/" rel="bookmark" title="November 18, 2008">Blog</a></li>
<li><a href="http://www.tiagosa.com/personal/planning-session/" rel="bookmark" title="October 7, 2008">Planning Session</a></li>
<li><a href="http://www.tiagosa.com/bookmarks/133/" rel="bookmark" title="January 30, 2009">Recent bookmarks @ 30-01-09</a></li>
<li><a href="http://www.tiagosa.com/internet/web-hosting-choice/" rel="bookmark" title="February 23, 2009">Web Hosting Choice</a></li>
<li><a href="http://www.tiagosa.com/networking/como-ter-a-internet-eduroam-no-ubuntu-intrepid-ibex/" rel="bookmark" title="November 19, 2008">&#8220;Como ter a Internet eduroam no Ubuntu Intrepid Ibex&#8221;</a></li>
</ul>
<p><!-- Similar Posts took 4.921 ms --></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.tiagosa.com%2Fwordpress%2Fwordpress-stats-not-counting%2F';
  addthis_title  = 'WordPress+Stats+not+counting';
  addthis_pub    = 'damage';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.tiagosa.com/wordpress/wordpress-stats-not-counting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
