Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Total newbie to WordPress. I’ve downloaded, activated and customised the counter. Please could you tell me (as simply as possible!) where to put the bit of code that you provide?

    Thank you,
    V. Salas

    Hi,

    Here is what I have done and it works. I put this code in in .php file I want to display counter.

    <?php $counter = new vs_counter(); $count_values = $counter->vc_count_users(); echo “Visited : “.$count_values[‘overall_counter’]; ?>

    Thanks for a good and easy plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Where in template should I install the code?’ is closed to new replies.