• Resolved artmik

    (@artmik)


    Welcome! How to get the rating data in the loop?

    Requires:
    – Number of Voters
    – Average rating

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

    (@gamerz)

    
    get_post_meta( get_the_ID(), 'ratings_users', true );
    get_post_meta( get_the_ID(), 'ratings_average', true );
    
Viewing 1 replies (of 1 total)
  • The topic ‘How to get the rating data?’ is closed to new replies.