汉化:http://www.sluke.cn
演示:http://www.sluke.cn/wordpress/wp-stats.php
安装:
1、将wp-stats.php上传到Wordpress文件夹。
2、打开Open wp-content/themes/<YOUR THEME NAME>/sidebar.php


添加:
------------------------------------------------------------------
<li>
<h2>Statistics</h2>
<ul>
<li><a href="<?php echo get_settings('home'); ?>/wp-stats.php">My Blog Stats</a></li>
</ul>
<li>
------------------------------------------------------------------