I want to replace the stars with bananas and a monkey face with different emotions. 5 faces in particular to represent each banana rating of from 1 to 5. The face would appear on the right side of the bananas. Thanks. Would sort the images now.
I inserted this code <?php if(function_exists(‘the_ratings’)) { the_ratings(); } ?>
into index.php, below <?php if (have_posts()) : while (have_posts()) : the_post();
as stated in the directions for installation of the plugin.
What i mean is after an item is rated. And depending on the rating received. Either a picture of a smiling man, sad man, or distressed man will be displayed at the top of that particular post. Thanks.