Wednesday, December 18, 2013

WP Hit Counter Wordpress Plugin:-Function which helps you to show counter anywhere in template file

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
  • Navigate to your plugins folder > wordpress-hit-counter
  • Open image.php and add the following function right before the ?> close: 
  •      add_shortcode( 'WP-Hit-Counter',HitCounter::display());

      Save your file