Make sure you are using the assign_to option on the [site_reviews_form] shortcode, and the assigned_to option on the other shortcodes.
You should also verify that review are being assigned correctly. If you are using the assign_to option with the post_id as the value on the form shortcode but the reviews are not being assigned, your theme is likely using a custom WP_Query loop incorrectly.
I wrote the assign_to in both shortcodes and the reviews are assign to the correct post but when I try to display all the reviews for a post I get all the reviews from all the posts
those are the shortcodes:
[site_reviews_form assign_to=”post_id” id=”kd8mxdye” hide=”email,terms”]
[site_reviews assign_to=”post_id” id=”kd8mz0or”]
Please re-read the first part of my reply above.
I have the same problem:
[site_reviews assigned_to=”post_id” id=”xyz”]
[site_reviews_summary assigned_to=”post_id” id=”xyz”]
[site_reviews_form assign_to=”post_id” id=”xyz”]
“post_id” is totally ignored and all assign_to get assigned to the default current page as it was: [site_reviews assign_to=””]
If the problem is WP_Query loop, what do I need to look at for fix the issue?
Ohhh now I got it
thanks!
@ceedoo please open a new thread couse I need to post it as resolved
How did you fix yours?
Does post_id work?