Contestant Rating is a plugin that allows wordpress users to rate post(s) in a single post using a classic five star method.
Although you can load jQuery in the head section of the template, the plug in will try to detect if jQuery is loaded. If it does not detect jQuery, it will use the default jQuery that wordpress is using.
It is important that you place the code in your sites template and not just add to a post. It can be setup many different ways but the easiest way is to simply add it to Main Index Template (index.php) where you want it to appear. If you only want it to appear when a certain tag is used (like 'contestant-rating'), surround it with an if statement such as <?php $posttags = get_the_tags(); if ($posttags) { foreach($posttags as $tag) { $showStars=$tag->name; if ($showStars == 'contestant-rating') { CR_show_voting_stars(); } } } ?>
Why yes, yes there is. You can see a demo at Dingobytes.com
Requires: 2.0.2 or higher
Compatible up to: 3.0.5
Last Updated: 2010-8-23
Downloads: 8,114
Got something to say? Need help?