Linux 软件免费装

Betaout-postratings

开发者 Betaout
更新时间 2012年8月30日 21:10
PHP版本: 2.8 及以上
WordPress版本: 3.3.2

标签

post ajax like digg rating vote postratings postrating starrating

下载

详情介绍:

Version 1.0 (22-08-2012)

安装:

  1. Open wp-content/plugins Folder
  2. Put: Folder: betaout-postrating
  3. Activate BetaOut-ratings Plugin`
Usage
  1. Open wp-content/themes/<YOUR THEME NAME>/index.php
  2. You may place it in archive.php, single.php, post.php or page.php also.
  3. If you are using the_content(); Its add Rating in end of content.
  4. Find: <?php while (have_posts()) : the_post(); ?>
  5. Add Anywhere Below It (The Place You Want The Ratings To Show): <?php if(function_exists('the_boratings')) { the_boratings(); } ?> 6.6.If you want to show Rating in between content add short code [borating] in content .