Different ratings display
-
Hello,
I have problem displaying ratings result on my homepage. Here’s what it looks like in a single post. And I like the way it is.
http://i.imgur.com/FEtdY1i.pngThen I’m using this code on my frontpage to display the vote results.
<?php echo the_ratings_results(get_the_id()); ?>
My problem is how do I remove the texts without changing the settings on ratings template because when I remove the text on ratings template, ratings on single posts will be removed too.
http://i.imgur.com/p0EMePq.pngIs there a php code I can use to make it possible? Or maybe you can add another rating template for ratings result on frontpage. Thank you!
The topic ‘Different ratings display’ is closed to new replies.