Thanks.
I don’t really understand the problem as you described it, but I’ll try to help.
1. First thing to do is verify that 7206 is the correct WordPress Post ID on the product page.
2. Second, after submitting a review in a form that auto-assigns reviews to the product page with a Post ID of 7206, go to the “All Reviews” page and check to see if the review was correctly assigned:
3. Third, make sure that you are using the same Post ID in the [site_reviews] shortcode.
[site_reviews_form assigned_posts='7206']
[site_reviews assigned_posts='7206']
4. Fourth, make sure that you are using straight quotes in the shortcodes and not curly quotes. You may also omit the quotes if the value does not contain a space character. For example:
[site_reviews_form assigned_posts=7206]
[site_reviews assigned_posts=7206]
5. And finally, you can also assign reviews dynamically to the current page instead of specifying a specific Post ID. Using post_id
as the value will automatically use the Post ID of the current page (provided your theme is using WP_Query correctly):
[site_reviews_form assigned_posts=post_id]
[site_reviews assigned_posts=post_id]
Many thanks for your fast answer.
The problem comes when you set a product ID.
https://www.evernote.com/l/AnNZMcIqhH9Bt5u7Z–u4SckhlylgweaWE4
https://www.evernote.com/l/AnO7-ml7XidAiaIrbyUfKexCj9RbGxrCGJQ
Don’t work properly and don’t set the post ID in that case the item ID.
But don’t worry I’m going to use the page ID, is not the same but is gonna work for me π
Many many thanks! <3
Have a very good day!
I just tested and it does work correctly, both for post_id
and with a specific Post ID.
I see… I don’t know why don’t work for me.
Any ways many many thanks for your time and help.
I understand is an error from my WP