WP Hit Counter
Function which helps you to show counter anywhere in template file
paste the funtion any where and show this counter anywhere.
<?php echo HitCounter::display();?>
You will be able to create a shortcode with this function
?>
close:
add_shortcode( 'WP-Hit-Counter',HitCounter::display());
Save your file