Plugin Contributor
ndre
(@ndre)
Hi,
Thank you for using Reviews Plus!
You can show the total review of each entry with the following code:
<?php
$post_id = get_the_ID();
echo ic_get_review_totals_html( $post_id );
?>
We will also add a shortcode for this in next version.
-
This reply was modified 9 years, 2 months ago by
ndre.
thank you for your reply. unfortunately its not exactly what i really want.
from the code it show result in table.

can the review total display a star result?
need something like this

thank you.
So is there a piece of code to enable you to display the total/average rating in star format?
I would like to know too.
Thanks
Plugin Contributor
ndre
(@ndre)
We just released a new version that includes this.
You can now use a shortcode:
[average_rating]
or a code in your template files:
<?php echo ic_reviews_average() ?>
-
This reply was modified 9 years, 2 months ago by
ndre.
This is great! Just tested it out a little in my theme and seems to work well using the shortcode. Thank you!
-
This reply was modified 9 years, 2 months ago by
toolsavvy.
thank you. its not working with php code but its work well with the shortcode 🙂
I tried this shortcode but it only shows empty stars (outline) on all pages except the page with the actual reviews on.
Thanks
Denise
I am trying to use this plug-in for reviews of a service not products.