Limit Reviews – correct usage?
-
Hi! I’m using Site Reviews 5.1.6 and I’m not sure how to make it so that users can rate individual posts/pages but not rate the same post/page more than once.
I’ve set Limit Reviews to “by Username.”
I have a custom post type called Sessions. On each session, I’m displaying the reviews via shortcode in the single-session.php file:
[site_reviews_form assigned_posts=post_id hide="content,email,name,terms,title"]I also have a popup where I’ve inserted the shortcode to rate a specific page with an ID of 17. That shortcode looks like this:
[site_reviews_form assigned_posts=17 hide="content,email,name,terms,title"]When I test things out, I’m only able to rate 1 session. When I go to another session or the popup, it says I’ve already submitting a review.
Am I doing something wrong?
Shouldn’t the limit be applied to the assigned post/page? Not the site overall?
The topic ‘Limit Reviews – correct usage?’ is closed to new replies.