Linux 软件免费装

Betaout-loveit

开发者 Betaout
更新时间 2013年3月7日 21:44
PHP版本: 2.8 及以上
WordPress版本: 3.3.2

标签

post ajax like digg rating vote postratings postrating loveit

下载

0.2 1.0 1.1 0.1

详情介绍:

Donations Version 1.1 (22-08-2012)

安装:

  1. Open wp-content/plugins Folder
  2. Put: Folder: betaout-loveit
  3. Activate Betaout-loveit 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 love it 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('betaout_ratings')) { betaout_ratings(); } ?> 6.If you want to show love it in between content add short code [loveit] in content .