Q2F AJAX Rating System

You can install this plug-in to let your WordPress users rate your posts, this is a very nice rating system and easy to install and work with.  Adds an AJAX rating system for your WordPress blog’s post/page. 

Credits go to Author: Lester ‘GaMerZ’ Chan  Website: http://lesterchan.net

There are 4 versions of this plug-in to work with most all WordPress versions 1.52 - 2.3x.

Grab the plug-ins here

1.20 For WordPress 2.3.x - wp-postratings120.zip
1.11 For WordPress 2.1.x And 2.2.x - wp-postratings111.zip
1.05 For WordPress 2.0.x - wp-postratings105.zip
1.03 For WordPress 1.5.2 - wp-postratings103-wp152.zip

General Usage
Open wp-content/themes/<YOUR THEME NAME>/index.php
You may place it in single.php, post.php or page.php also.

Find:
<?php while (have_posts()) : the_post(); ?>
Add Anywhere Below It (The Place You Want The Ratings To Show)
<?php if(function_exists(’the_ratings’)) { the_ratings(); } ?>

Credits and Thanks to Lester ‘GaMerZ’ Chan  for another great plug-in.

1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 4.5 out of 5)
Loading ... Loading ...

Leave a Reply