Last modified 6 years ago
WP-Stats Usage Instructions
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>
