1、下载 WordpressRunningInfoStat.php 文件。(文章最下面有附有下载链接)
2、放到主题的根目录下。
3、在主题里的 function.php 函数里 ?>前 添加 include("WordpressRunningInfoStat.php");
4、到“后台——外观——小工具”中添加“博客统计”小工具即可。
本身样式

我觉得太丑了,我自修改了css,这个css代码放在主题自定义css里就行,具体参数按你自己喜欢的改。
/*给博客统计加阴影、四角变圆滑、背景变透明*/
#wordpressrunninginfostat-2 section {
box-shadow:0 10px 10px 5px #bbbdc1;
border-radius:22px;
}
.list-group-item:first-child{
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
.list-group-item:last-child{
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
}
.list-group-item{
background-color:transparent;
}
修改后的样式

123123123
不错不错
学习了,刚准备开始搭建一个自己的博客,羡慕~
不错,学习了,我先保存个友情链接,日常来白嫖,哈哈哈