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.