I'm starting a home remedies website.
I want users to be able to rate a remedy on any post, and have
that rating take affect on all posts with the same short code.
Currently, if you use the same short-code on multiple posts
([starratingmulti id=5 tpl=12] for example), GD Star Rating will
only send the rating to the post that the short code is on.
So, if I have the same short-code on Page #1 and Page #2, and
give a 5 star rating on page #1, Page #2 will NOT receive that rating,
even though both pages have the same short-code.
How can I fix this?