• I used your suggested code in my template file for my review system. <?php GetWtiLikePost(); ?>

    It works, however it thinks all the reviews are the same. The likes/dislikes are the same on every review. Could you please suggest a way to fix this? Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author webtechideas

    (@webtechideas)

    Is “review” a custom post type? Please share code where exactly you have put the plugin code. Also can we have a look at your site url?

    Thread Starter jrswordpress

    (@jrswordpress)

    The code is put into a .PHP template that is used for every review left. The review plugin i am using is here: https://www.ads-software.com/support/plugin/site-reviews/

    Here is a post with info about the post type: https://www.ads-software.com/support/topic/order-by-ranking-reviews/

    It looks like it creates custom posts with this meta key: _glsr_ranking

    Unfortunately it is a local development but here is a tunnel: https://4ad5144d.ngrok.io/reviews

    The reviews look like duplicates but they are actually unique reviews.

    Plugin Author webtechideas

    (@webtechideas)

    The tunnel is not accessible. We believe you have a page where you allow users to submit reviews and there is another page where you list all the reviews one-by-one.

    You want to have the like/unlike functionality against each of the review on the reviews listing page. Please confirm. You have mentioned about putting the code in “.PHP template”. Can you please be specific about which template file you are referring to?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Like / Dislike are the same on every review’ is closed to new replies.