After more than six months of adding analytics and statcounter and a 100K+ hits, i finally added a view counter on my blog.

Although I have the necessary tools for my blog’s stats, I wanted to see the page views on each post without the hassles of logging in to any of my subscribed stats apps.
My requirement was just simply to have a view count on each post so I downloaded and installed the first ‘view’ plugin that I bumped into which is the ‘post-views’ plugin by ziming.org
I just added the following code to my Single Post (single.php) template and I was good to go.
<?php if(function_exists('get_views')) { _e('Views : '); echo get_views($type = 'normal');} ?>
How about you? What widget do you use on your blog for your page views? Any recommendations?
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.