Show all reviews for current post with average review count
-
Hi
Was wondering is there a way to show all reviews of the current post? with an average review count
Similar to this https://ps.w.org/site-reviews/assets/screenshot-12.png?rev=1685988 but just for that one post. would [site_reviews_summary assign_to=”post_id”] work?Also we have multiple authors on the site, so in the author.php is a loop of the authors posts, is it possible to show the average star rating in the loop too? (in fact this would be good to have on all archive pages) So something like
$rating = get_post_meta($post->ID, “_glsr_ranking”, true);
Then have it display the stars count or something like 4.6(star icon).Any advice would be greatly appreciated.
Thanks
- The topic ‘Show all reviews for current post with average review count’ is closed to new replies.