Perfect I did the part with multiple ratings, but I want to assign submitted reviews to a specific page or post, so I don’t have to enter the shortcode in each page manually
I used in the template.php:
<?php
echo do_shortcode(‘[site_reviews_form title=”Model Review” assigned_to=”post_id”]’);
echo do_shortcode(‘[site_reviews title=”Recent reviews” assign_to=”post_id”]’);
?>
I did some reviews, but it shows me the message: “There are no reviews yet. Be the first one to write one.”
What is wrong?!