Archive

Archive for May, 2009

越狱第四季结尾插曲

May 17th, 2009
2 comments 1,592 views

四年的越狱完结了,听最后那首插曲,舒缓而感人,无奈地只能看着越狱落幕了……

Lay it Down Slow
by Spiritualized

if you got dreams in your heart
why don’t you share them with me?
and if dreams don’t come true
i’ll make sure that you’re nightmares
are through Read more…

电影音乐 ,

WordPress文章访问计数插件:WP-PostViews

May 15th, 2009
3 comments 1,379 views

WordPress默认没有访问统计的,我们需要加个插件实现这个功能。

WP-PostViews插件介绍

WP-PostViews插件由 GaMerZ 开发,主要功能是实现文章阅读数统计、侧边栏 Widget 以及显示最受欢迎(阅读数最多)文章、某分类下最受欢迎(阅读数最多)文章等功能。

WP-PostViews插件使用方法

1.页面使用

下载安装插件之后,在blog中你想要展现统计数的地方插入以下代码即可。

<?php if(function_exists('the_views')) {the_views();} ?>

2.widget使用
对于支持widget的wordpress的主题来说,激活WP-PostViews Widget之后,拖拽到侧边栏合适的位置即可,对于不知道widget的主题,使用以下语言进行调用。

 <?php if(function_exists('the_views')) {the_views();} ?>
<?php get_most_viewed(); ?>
<?php endif; ?>

下载地址:点此下载

其他杂记 , ,