Last modified 6 years ago
WP-Stats Installation Instructions
Open wp-content/plugins folder
Put:
- stats.php
Open root Wordpress folder
Put:
- wp-stats.php
Activate WP-Stats plugin
Open wp-content/themes/<YOUR THEME NAME>/sidebar.php
Add Anywhere:
<li>
<h2>Statistics</h2>
<ul>
<li><a href="<?php echo get_settings('home'); ?>/wp-stats.php">My Blog Stats</a></li>
</ul>
</li>
