Hi guys, This is my first message on this great forum and I need help. I want to add a rating system for my wordpress blog. Here is what I think; For instance; I have a product and it has 5 different important features. In the product page a visitor can vote for this 5 different feature separately between 1-to-5 point. Also there will be a general rating section and it will sum the total points and divide the total feature. For instance; I am a member and I vote for Feature (A) 5 point, Feature (B) 3 point , Feature (C) 4 point. The products general rating will be (5+3+4)/3=4 Is it possible? Thanks a lot.
Ofcourse its possible you can view two nice plugins i suggest you.. wp-postranking and gdstar-rating.. links : http://wordpress.org/extend/plugins/gd-star-rating/ , http://wordpress.org/extend/plugins/wp-postratings/ Best regards.
If you working with wordpress scripts - you need one from many plugin. Here is listing: http://wordpress.org/extend/plugins/search.php?q=rating It is foolish to open wordpress source codes and try to do rating with php.. Wordpress better working with plugins. It is very simple and useful.
First of all thank you guys for answering. And for thhe advice that jurelad's plugins; They are good plugins. However, I couldn't figure it out how can i add this rating algorithm to my blog. I am trying to find. I hope I can find it.