Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ricard Torres

    (@quicoto)

    Hi Peter,

    It’s tricky. You should not add multiple thumbs buttons in 1 post. The plugin gets the post ID from the loop meaning (like you posted) it will store only one vote (the post where the other posts are in).

    In order to do multiple posts you have to use page-like archives. Where there’s a Loop printing multiple posts.

    More on the Loop: https://codex.www.ads-software.com/The_Loop

    Regarding the re-order, it’s not easy if you don’t know anything about WordPress Themes. You have to query posts using the meta_keys

    Using https://codex.www.ads-software.com/Template_Tags/get_posts you can use the following meta_key

    _thumbs_rating_up
    _thumbs_rating_down

    Best,

    Rick

    Just want to tell that i also would like to see a multiple use in one post to rate items and stuff like that.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multiple votes on one post’ is closed to new replies.