Comment Rating Stars

A simple plugin for adding review and rating functionality to WordPress comments.

Author:John Gadbois (profile at wordpress.org)
WordPress version required:3.6
WordPress version tested:3.6.1
Plugin version:1.0.0-RC1
Added to WordPress repository:01-10-2013
Last updated:01-10-2013
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:94
Rated by:6
Plugin URI:http://www.linkedin.com/in/johngadbois
Total downloads:4 023
Active installs:100+
plugin download
Click to start download

A simple plugin for adding review and rating functionality to WordPress comments.

The plugin provides a series of template tags for adding review functionality to your comments

Here's a few of them:

  1. csr_get_rating_star_form() - adds the review stars to the comment form. Ratings are automatically saved
  2. csr_get_rating_star_form_label() - a label for the review star field
  3. csr_get_rating_stars($comment_id = 0) - a view only view of the rating stars for a comment
  4. csr_get_comment_rating($comment_id = 0) - the numeric rating for a comment
  5. csr_get_overall_rating($post_id = 0) - the average rating for a post
  6. csr_get_overall_rating_stars($post_id = 0) - the stars representing the average rating for a post
  7. csr_get_rating_count($post_id = 0) - the number of ratings for a post

ChangeLog