- Download Stats
- Upload
stats-wp/ to the /wp-content/plugins/ directory
- Activate the plugin through the 'Plugins' menu in WordPress
To show off your Stats add the following short code to your Wordpress Template code:
- Unique views:
<?php print(get_analytic()); ?>
- Total views:
<?php print(get_analytic(false)); ?>
After an update, please deactivate and activate the plugin to make sure all database settings are up to date.