• Resolved danydan

    (@danydan)


    Hello,
    i would like to display highest_score_category list (that is ok) but also the number of each vote in front of.
    Exemple : Post name (4,2 out of 5) – 4 votes
    How to do that please?
    I tried <?php eho get_post_meta( get_the_ID(), ‘ratings_users’, true ); ?> but that broked my page…
    Thank you

    The page I need help with: [log in to see the link]

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

    (@gamerz)

    highest_score_category uses the template in WP-Admin -> Ratings -> Ratings Admin

    So just use this template.
    <li><a href="%POST_URL%" title="%POST_TITLE%">%POST_TITLE%</a> %RATINGS_IMAGES% (%RATINGS_AVERAGE% out of %RATINGS_MAX%) - %RATINGS_USERS% votes</li>

    Thread Starter danydan

    (@danydan)

    Great, thanks!
    it works ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display total votes in a list’ is closed to new replies.