<?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: Do you use WordPress.Com Stats?</title>
	<atom:link href="http://darylteo.com/blog/2009/01/14/do-you-use-wordpresscom-stats/feed/" rel="self" type="application/rss+xml" />
	<link>http://darylteo.com/blog/2009/01/14/do-you-use-wordpresscom-stats/</link>
	<description>Bits and blobs on anything tech</description>
	<lastBuildDate>Sat, 31 Dec 2011 19:51:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Hody - Diary of A Madman</title>
		<link>http://darylteo.com/blog/2009/01/14/do-you-use-wordpresscom-stats/comment-page-1/#comment-33601</link>
		<dc:creator>Hody - Diary of A Madman</dc:creator>
		<pubDate>Mon, 04 Apr 2011 20:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://darylteo.com/blog/?p=234#comment-33601</guid>
		<description>I tried to put the code in a widget, but I guess it does not work there anyhow.
I would like to display the number of overall visitors at the buttom of my page. Before when my blog was hosted at wordpress.com that supplied an easy widget to to that, but now on my selfhosted blog I fail to somehow display the overall number that can be found under Jetpack / Stats</description>
		<content:encoded><![CDATA[<p>I tried to put the code in a widget, but I guess it does not work there anyhow.<br />
I would like to display the number of overall visitors at the buttom of my page. Before when my blog was hosted at wordpress.com that supplied an easy widget to to that, but now on my selfhosted blog I fail to somehow display the overall number that can be found under Jetpack / Stats</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daryl</title>
		<link>http://darylteo.com/blog/2009/01/14/do-you-use-wordpresscom-stats/comment-page-1/#comment-23063</link>
		<dc:creator>Daryl</dc:creator>
		<pubDate>Sun, 03 Oct 2010 15:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://darylteo.com/blog/?p=234#comment-23063</guid>
		<description>That would be a lot trickier...

at the moment what I&#039;m doing is simply adding extra stuff via php backend commands.

The backend chart is built in Flash, which also means that any data it retrieves is going to be a direct client to admin api call. Probably not possible, I believe.</description>
		<content:encoded><![CDATA[<p>That would be a lot trickier&#8230;</p>
<p>at the moment what I&#8217;m doing is simply adding extra stuff via php backend commands.</p>
<p>The backend chart is built in Flash, which also means that any data it retrieves is going to be a direct client to admin api call. Probably not possible, I believe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: af3</title>
		<link>http://darylteo.com/blog/2009/01/14/do-you-use-wordpresscom-stats/comment-page-1/#comment-23059</link>
		<dc:creator>af3</dc:creator>
		<pubDate>Sun, 03 Oct 2010 14:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://darylteo.com/blog/?p=234#comment-23059</guid>
		<description>hi all, how can we show that statictics graph in frontpage? It is now stuck in the backend which I think a waste: it can be a great addition to frontpage stat page.</description>
		<content:encoded><![CDATA[<p>hi all, how can we show that statictics graph in frontpage? It is now stuck in the backend which I think a waste: it can be a great addition to frontpage stat page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daryl</title>
		<link>http://darylteo.com/blog/2009/01/14/do-you-use-wordpresscom-stats/comment-page-1/#comment-22828</link>
		<dc:creator>Daryl</dc:creator>
		<pubDate>Tue, 28 Sep 2010 22:37:46 +0000</pubDate>
		<guid isPermaLink="false">http://darylteo.com/blog/?p=234#comment-22828</guid>
		<description>For me, I wouldn&#039;t touch the core files.

What I would do is look for the template files for single posts, and put some code in the template to display the extra information.

I&#039;m not sure if stats_get_csv will do exactly what you want, however. There might be some other function that gives you the number of hits for a single post.</description>
		<content:encoded><![CDATA[<p>For me, I wouldn&#8217;t touch the core files.</p>
<p>What I would do is look for the template files for single posts, and put some code in the template to display the extra information.</p>
<p>I&#8217;m not sure if stats_get_csv will do exactly what you want, however. There might be some other function that gives you the number of hits for a single post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony Delgado</title>
		<link>http://darylteo.com/blog/2009/01/14/do-you-use-wordpresscom-stats/comment-page-1/#comment-22825</link>
		<dc:creator>Anthony Delgado</dc:creator>
		<pubDate>Tue, 28 Sep 2010 20:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://darylteo.com/blog/?p=234#comment-22825</guid>
		<description>Thanks Daryl. I&#039;ve actually hacked my admin section to death. It might come back to bite me when I go to upgrade, but I figure I will just set up a test region and work through it. 

Anyway, let&#039;s say for some odd reason I wanted to put the number of hits that a post has received into the post itself, like on the single.php or I could also put it into my author.php in the article feed there. Got any idea how to make it do that? Thx.</description>
		<content:encoded><![CDATA[<p>Thanks Daryl. I&#8217;ve actually hacked my admin section to death. It might come back to bite me when I go to upgrade, but I figure I will just set up a test region and work through it. </p>
<p>Anyway, let&#8217;s say for some odd reason I wanted to put the number of hits that a post has received into the post itself, like on the single.php or I could also put it into my author.php in the article feed there. Got any idea how to make it do that? Thx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daryl</title>
		<link>http://darylteo.com/blog/2009/01/14/do-you-use-wordpresscom-stats/comment-page-1/#comment-22820</link>
		<dc:creator>Daryl</dc:creator>
		<pubDate>Tue, 28 Sep 2010 17:29:14 +0000</pubDate>
		<guid isPermaLink="false">http://darylteo.com/blog/?p=234#comment-22820</guid>
		<description>Modifying the admin section!? That is definitely not recommended.

Unless you&#039;re adding new sections to the admin area, I don&#039;t believe you can actually augment specific parts of existing functionality, and expect it to be forward compatible with future updates.

I&#039;d start investigating the things that you can do with plugins and its limits.</description>
		<content:encoded><![CDATA[<p>Modifying the admin section!? That is definitely not recommended.</p>
<p>Unless you&#8217;re adding new sections to the admin area, I don&#8217;t believe you can actually augment specific parts of existing functionality, and expect it to be forward compatible with future updates.</p>
<p>I&#8217;d start investigating the things that you can do with plugins and its limits.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony Delgado</title>
		<link>http://darylteo.com/blog/2009/01/14/do-you-use-wordpresscom-stats/comment-page-1/#comment-22819</link>
		<dc:creator>Anthony Delgado</dc:creator>
		<pubDate>Tue, 28 Sep 2010 17:22:41 +0000</pubDate>
		<guid isPermaLink="false">http://darylteo.com/blog/?p=234#comment-22819</guid>
		<description>I have a multi-author blog and I would like to be able to show them their stats/blog entry. Is there a way I can use this function to insert the number of page hits into the post list in the admin section?

Thx.</description>
		<content:encoded><![CDATA[<p>I have a multi-author blog and I would like to be able to show them their stats/blog entry. Is there a way I can use this function to insert the number of page hits into the post list in the admin section?</p>
<p>Thx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: writing jobs</title>
		<link>http://darylteo.com/blog/2009/01/14/do-you-use-wordpresscom-stats/comment-page-1/#comment-22115</link>
		<dc:creator>writing jobs</dc:creator>
		<pubDate>Tue, 14 Sep 2010 13:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://darylteo.com/blog/?p=234#comment-22115</guid>
		<description>Interesting information, thanks for sharing - I look forward to more.</description>
		<content:encoded><![CDATA[<p>Interesting information, thanks for sharing &#8211; I look forward to more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: majin22 @ SlackerMommy.com</title>
		<link>http://darylteo.com/blog/2009/01/14/do-you-use-wordpresscom-stats/comment-page-1/#comment-17437</link>
		<dc:creator>majin22 @ SlackerMommy.com</dc:creator>
		<pubDate>Wed, 14 Apr 2010 02:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://darylteo.com/blog/?p=234#comment-17437</guid>
		<description>Here is an extended version of this to create a &#039;most popular&#039; page http://slackermommy.com/programming/wordpress-tips/create-a-most-popular-page-by-extending-wordpress-stats-plugin</description>
		<content:encoded><![CDATA[<p>Here is an extended version of this to create a &#8216;most popular&#8217; page <a href="http://slackermommy.com/programming/wordpress-tips/create-a-most-popular-page-by-extending-wordpress-stats-plugin" rel="nofollow">http://slackermommy.com/programming/wordpress-tips/create-a-most-popular-page-by-extending-wordpress-stats-plugin</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janee Stapp</title>
		<link>http://darylteo.com/blog/2009/01/14/do-you-use-wordpresscom-stats/comment-page-1/#comment-16621</link>
		<dc:creator>Janee Stapp</dc:creator>
		<pubDate>Sat, 20 Mar 2010 12:28:15 +0000</pubDate>
		<guid isPermaLink="false">http://darylteo.com/blog/?p=234#comment-16621</guid>
		<description>I think you can do no wrong making things easier for your readers, and I think this is achieved through preview and subscription functionalities.</description>
		<content:encoded><![CDATA[<p>I think you can do no wrong making things easier for your readers, and I think this is achieved through preview and subscription functionalities.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

