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

    (@gamerz)

    You can use the PHP code to get the number of votes and place it in the loop

    $number_votes = intval(get_post_meta(get_the_id(), 'ratings_users', true));

    There is any way to get THE RESULT of the ratings?! Not the amounth of ratings… the final rating in self, like: 4.5 out of 5… etc.

    Plugin Author Lester Chan

    (@gamerz)

    $average =get_post_meta(get_the_id(), 'ratings_average', true);

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Show number of votes’ is closed to new replies.