WP-PostRatings中文版
WP-PostRatings是一个关于wordpress的日志文章的评级插件,看着挺不错的,今天就尝试安装了一下,这里简单记录下:
1.下载WP-PostRatings插件,然后上传插件到/wp-content/plugins/下的文件夹。
2.到wp管理后台插件页面,点击“manage ratings”、“ratings options”、“ratings templates”进行插件设置定义。
修改前台页面:
首页:index.php
列表页:archive.php
内容页:single.php
在相应想展现的位置加入代码:<?php if(function_exists(‘the_ratings’)) { the_ratings(); } ?>
官方下载地址:http://wordpress.org/extend/plugins/wp-postratings/

(
最新评论