Wed 15th Mar 2006
Performancing Metrics
Posted late at night, filed under Blogging , Performancing Metrics.I’ve implemented Performancing Metrics on this blog. I used the following code:
{capture name=cats}{the_category_rss}{/capture}
<script type="text/javascript">
z_post_title="{single_post_title}{single_cat_title}{single_month_title}";
z_post_category="{$smarty.capture.cats|strip_tags|strip}";
</script>
<script id="stats_script" type="text/javascript" src="http://metrics.performancing.com/wp.js"></script>
Instead of the code given by the system.
The z_post_category=”{$smarty.capture.cats|strip_tags|strip}”; seems toget wrong values from my point of view, at least in the homepage. In my blog it takes the categry of the last post and in your blog gets “Rants and Raves Scholaris” but they are the two cathegories of the last post. I suppose that the category code must be in post.html instead the main page.
2 weeks after the fact.
Well, it may say, the comments.html
2 weeks after the fact.