You can use comments and store individual ratings using add_comment_meta()
.
You would also probably want to store the rating average using add_post_meta()
, since it’s rather expensive to calculate it on the fly. Each time a rating is added or removed, you will have to update this average.
I don’t know if there are any plugins that do this already; haven’t searched.
Related Posts:
- Average Score of all ratings in comments
- Users moderate own comments
- Is it possible to pull comments from facebook into your blog?
- Enable Submit Comment Without Page Reload (Using Ajax)?
- Getting Post Comments for post ID using WP_Query() and a Custom Loop?
- How to deal with small scale comment spam on small commercial sites? [closed]
- How to use a custom comments template
- Comment visibility
- human_time_diff() returns “48 years ago” for all comments
- Allowing more elements in comments via functions.php
- Set post comments open function
- Why are default comments deprecated?
- Comments Reply Form
- Delayed commenting
- An action hook where a comment meta is updated
- Last comment page first with full number of comments?
- Only subscriber role user can comment not other
- Strategies for coping with hyperagressive spambots?
- How to save new comment as custom comment type?
- How to remove the “on” string before recent comments link?
- WordPress comments email notification for authors
- How to get the result of comments_number() as a string instead of printing it out?
- Should I still worry about paginated comments with the latest wordpress versions?
- WordPress unresponsive after calling wp_update_comment()
- How to dont allow registered users to comment without being logged in?
- How can I edit the Twenty Ten Theme to remove the comments box when a page uses a specific template?
- Highlight Author Comments issues
- wp_insert_comment and security
- How can someone submit a comment when my site has no comment field?
- Is WordPress vulnerable to “comment posting forgery”?
- Author can only see own post comment and can moderate
- highlight “starred” comments by admin
- How can I edit comment notification email content?
- How can I hide the IP of registered commentators?
- How to configure WordPress + plugins to support these commenting features
- Comments vs. Pingbacks next page issue
- WordPress ‘comment counts’ got messed up, because of a plugin – DISQUS
- blank page after submitting a comment
- Remove post navigation links
- Comments invisible after moving WordPress to new server, while commenting still works
- Display only 1 comment and then option to show more
- Allow the comment author to delete their own comments
- cancel reply link results in 404 error
- Spammers attacking my WordPress Site – Removing URL field from core? [closed]
- Prioritizing the wordpress comments
- Which filter/hook to use for styling comments?
- How should I get the original comment while processing the reply
- Comments from vbulletin topic [closed]
- wp.getComments is returning nill, when i called from my iphone app [closed]
- How to override wp_insert_comment()
- custom hooks before a comment is updated/edited in the database
- How to stop ultimate members to redirect comment authors to user profile?
- How can I get list of emails of users who commented on a post?
- How modify the comment content persistently based on $wp_query?
- Displaying Posts Depending on Number of Comments and Latest Comments?
- How do I stop the comments going to my email?
- How to implement just the wp commenting area on my custom site?
- How to hide wordpress post comment form for specific role
- How to customize the title from comments form?
- How to display comment meta under each comment content
- Get comment id of the individual comments in comment list when modifying comment posted using comment text filter
- Comments and post dates not showing up correctly on “posts page”
- get_comment_meta not behaving as expected
- comments_popup_link() – how to load different classes/images according to different comment condition?
- Comments numbering on multiple pages
- How do I get a array, with the right order of the nested comments?
- disable reply comments on depth equals 2
- Problem with comment box
- Display last comments on home page
- Problem in getting user comments permalinks
- Permalink structure and dedicated comment pages
- Clicking Comment “Reply” Button only replies to first comment
- Critical error – can’t post comments
- Is there a way to only allow certain user ranks to comment on a post
- comment form code redirect to wp_comments_post.php with blank page
- Parent comment’s author display_name
- How to show a list of comments on home page from all posts?
- Create another comment section for WordPress
- How to get the current post ID in comments.php?
- Remove text on Comment count
- Creating a “walled garden” of comments
- Faulty comment.php, comments won’t show up after posting?
- Change hyperlink to User Registration page instead of WordPress login page
- How Can I display the Current Logged-In User’s Comment at the Top of the Comments Section in WordPress?
- How to import facebook comments to WordPress database?
- Why is a old comment reply comment appearing at end of comment list as well
- Can’t check “Allow people to post comments on new articles” option
- Comments closed only for contributors
- Adding Parameters to get_comment
- Comments from other blogs are getting added to my blog?
- Disqus resetting comment count to 0
- Auto-deleting comments that trigger the blacklist
- modifying the comment form
- Show count of all comments by meta_value from a users posts
- How to resolve 404 errors for wordpress comments/feed when I have disabled comments
- Problem display only posts with comments
- Customize comment notification e-mails with HTML
- Preferred method to get comment reply link for comments with a depth of 0
- How to remove email id & website box in wordpress comment
- Easily invalidate form in comment_post hook