Support » Plugin: WP-PostRatings » show number of votes/ average vote

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Lester Chan

    (@gamerz)

    Yeap it is the same

    
    $total_votes = get_post_meta( get_the_ID(), 'ratings_users', true );
    $average = get_post_meta( get_the_ID(), 'ratings_average', true );
    $score = get_post_meta( get_the_ID(), 'ratings_score', true );
    
    • This reply was modified 4 years, 2 months ago by Lester Chan.
    Thread Starter soerenbuschmann

    (@soerenbuschmann)

    Thanks very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘show number of votes/ average vote’ is closed to new replies.