Hato and Snow Blog

2007-07-13

优秀?件:WP-PostViews 页?计数器

归档在: Wordpress — hatoyu @ 2:12 下午

WP-PostViews 页?计数器 http://www.lesterchan.net/portfolio/programming.php

目?版本  WP-PostViews 1.1.1 Demo 你看我这里就?以了。

本地下载:wp-postviews111.zip

远程下载:http://www.lesterchan.net/others/downloads.php?id=19

安装:上传到plugins

???用,还需?修改模?页? ,这个也是比较麻烦的地方。

下?是简?的说明:

  1. 用editpkus 之类的工具 打开 wp-content/themes/<YOUR THEME NAME>/index.php
  2. 找到 <?php while (have_posts()) : the_post(); ?>
  3. ???加上 以下代?:<?php if(function_exists(’the_views’)) { the_views(); } ?>
  4. 然?上传覆盖。

没有评论 »

还没有评论。

RSS 订阅这篇文章的评论 引用 (TrackBack) 网址

发表您的评论

WordPress 中文版提供动力