| |||||
Comes as a WP short PHP function which can be embedded in theme templates.
The short function is:
<?php $counter = new visits_counter(); $count_values = $counter->vc_count_users(); echo "Online users: ".$count_values['online_users']; echo "Overall users visited on page since ".$count_values['counterStartTime'].": ".$count_values['overall_counter']; ?>
Installation:
Unpack and upload it to the /wp-content/plugins/ directory.
Activate the plugin through the 'Plugins' menu in WordPress.
Here are some key features of "Visits counter":
 
 · Counter of users which are on a page at this time.
 · Counts overall how many users were on a page all time.
 
Requirements:
 
 · WordPress 3 or higher
 
What's New in This Release: [ read full changelog ]
 
 · Fixed some few small bugs in the Polish translation.
 

Via: Visits counter 1.4.2






0 Comment:
Post a Comment