Title: Show only result values
Last modified: July 7, 2022

---

# Show only result values

 *  Resolved [Erick Jones](https://wordpress.org/support/users/erick-jones/)
 * (@erick-jones)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/show-only-result-values/)
 * 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](https://wordpress.org/support/users/gamerz/)
 * (@gamerz)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/show-only-result-values/#post-15811099)
 * 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.

 * ![](https://ps.w.org/wp-postratings/assets/icon.svg?rev=978014)
 * [WP-PostRatings](https://wordpress.org/plugins/wp-postratings/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-postratings/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-postratings/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-postratings/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-postratings/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-postratings/reviews/)

## Tags

 * [average](https://wordpress.org/support/topic-tag/average/)

 * 1 reply
 * 2 participants
 * Last reply from: [Lester Chan](https://wordpress.org/support/users/gamerz/)
 * Last activity: [3 years, 10 months ago](https://wordpress.org/support/topic/show-only-result-values/#post-15811099)
 * Status: resolved