Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Want to add rating function for users on posts, using comments? WordPress

  • SOLVED

Hi, I saw a really useful rating function in ElegantThemes lates theme "inReview" (http://www.elegantthemes.com/preview/InReview/). I tried to apply this function to my own wordpress site without success.

So looking for help implement a rating function for users to rate my posts when commenting (adding a form field with a star rating scale 1 to 5.

Finally I wish to display the results in my posts.

Let me know if you think you can accomplish this. Send me an email to [email protected]

Answers (3)

2011-05-05

Denzel Chia answers:

Hi,

I can implement for you. Do you have a copy of the InReview Theme?
Sending you an email now.

Thanks.
Denzel


Denzel Chia comments:

Hi Sven,

It is done.

The demo site is here. http://demo.mylittleqq.com/wordpress/creation-belt-theme-by-mojo-themes

I had already send you the login credentials.

If you do not make a rating at the star rating post meta box of your add new post (post editor). There will not be an author star rating.
User rating is created at comment form.

Please test it out.

If the demo is ok with you. I will patch it to your live server.

Thanks.
Denzel


Denzel Chia comments:

Hi,

With reference to your last email.
As requested and with permission from you. I had already patched your theme on your live server.

You may login to test now. http://wpstyles.org/wordpress/magazine/newstock-by-mojo-themes/

Thanks.
Denzel

2011-05-05

Ryan Riatno answers:

Actually you can use this [[LINK href="http://wordpress.org/extend/plugins/wp-postratings/installation/"]]plugin [[/LINK]] and put this on your themes
<?php if(function_exists('the_ratings')) { the_ratings(); } ?>

2011-05-05

Lucas Wynne answers:

Trust me, this <em>is</em> the plugin you want: [[LINK href="http://wordpress.org/extend/plugins/gd-star-rating/"]]http://wordpress.org/extend/plugins/gd-star-rating/[[/LINK]]

It is the easiest to use, most often updated, and most compatible. I have used it myself and I do WordPress for a living!