Post View Count Plugin for Wordpress
May 15, 2008
From Lester ‘GaMerZ’ Chan comes a simple and easy post visitor counter which you can add to the bottom of your posts to keep track of how many visitors you get to particular blog posts.
The plugin is simple to add to your blog, simply add this code:
<?php if(function_exists(’the_views’)) { the_views(); } ?>
to the post loop in the single.php page of your template and you can see how many people view your posts without having to use complex statistics programs.
791 views






Leave a Reply