Does anyone know a Plugin/Programme which will do this for free?

by 2 replies
3
Hi,

I am looking to create a side widget for my site similar to the one on this site with the heading Top 5 Rated:

http : // www . lashreviews . com

but i can't find seem to find a programme which will do it.

Does anyone know where i can get this done?
#website design #free #plugin or programme
  • Hi,

    It might be easiest to simply code it in html using the text widget.
  • Hi
    See the script from this page: Star Rating Script , it can register the ratings in mysql database. Then, if you know PHP-MySQL, with a simple Select you can get the top rated items.
    Code:
    SELECT * FROM `rtgitems` ORDER BY `totalrate` DESC LIMIT 5

Next Topics on Trending Feed