• Resolved Erick Jones

    (@erick-jones)


    Hello friend, I need to show on the posts list the average rating for each post. I have searched this support and found your comments instructing a user to use the following code: <?php echo the_ratings_results( get_the_ID() ); ?> and when I use this code I still can see the stars, the number of votes and all the other info. I am searching for a solution where I can have just the average value. Is that possible?
    Thank you very much.

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

    (@gamerz)

    The ratings average is stored in the post meta, you can refer to the WP guide and get the post meta with the key ratings_average.

Viewing 1 replies (of 1 total)
  • The topic ‘Show only result values’ is closed to new replies.