Title: [Plugin: WP-PostRatings] RATINGS_SCORE
Last modified: August 20, 2016

---

# [Plugin: WP-PostRatings] RATINGS_SCORE

 *  [lisster](https://wordpress.org/support/users/lisster/)
 * (@lisster)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-postratings-ratings_score/)
 * Hello,
 * On the main page I show only RATINGS_IMAGES_VOTE, but
    in the subpage I want 
   show %RATINGS_IMAGES_VOTE% %RATINGS_SCORE% How I can do it? Edit this: <?php 
   the_ratings(); ?> ?

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [Escape Creative](https://wordpress.org/support/users/escapecreative/)
 * (@escapecreative)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-postratings-ratings_score/#post-2802860)
 * lisster,
 * Did you ever figure this out? I’m trying to figure out how to edit the display
   of the voting system. I see all the template variables, but I just don’t know
   the syntax to use, or where to put the variables.
 * Any help is appreciated.
 * Thanks,
    Dave
 *  [Escape Creative](https://wordpress.org/support/users/escapecreative/)
 * (@escapecreative)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-postratings-ratings_score/#post-2802861)
 * lisster,
 * I found a support topic that has the answer:
 * [http://wordpress.org/support/topic/plugin-wp-postratings-stars-and-text-on-the-post-and-just-the-stars-on-the-index?replies=3](http://wordpress.org/support/topic/plugin-wp-postratings-stars-and-text-on-the-post-and-just-the-stars-on-the-index?replies=3)
 * It looks like this:
 * > `<?php if(function_exists('the_ratings')) { echo expand_ratings_template('<
   > span class="rating">%RATINGS_IMAGES%</span> <strong>%RATINGS_USERS% votes</
   > strong>', get_the_ID()); } ?>`
 * You can see a full list of the template variables (the things inside the % sign)
   in the WP admin section, Ratings > Ratings Templates.
 *  Thread Starter [lisster](https://wordpress.org/support/users/lisster/)
 * (@lisster)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-postratings-ratings_score/#post-2802863)
 * It works! Thanks a lot 🙂
 *  [MaxTrix](https://wordpress.org/support/users/maxtrix/)
 * (@maxtrix)
 * [13 years ago](https://wordpress.org/support/topic/plugin-wp-postratings-ratings_score/#post-2802896)
 * Does anybody knows how to make to call this with a shortcode?
 *  [akinadebowale](https://wordpress.org/support/users/akinadebowale/)
 * (@akinadebowale)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/plugin-wp-postratings-ratings_score/#post-2802899)
 * **Thanks Escape Creative – works perfectly.**
 * **MaxTrix** – the templates/variable options are global for the [ratings] shortcode
   via the options page. If you are fine with using a global setup for the templates
   then edit the Ratings Template options and use the shortcode [ratings] on your
   page/post. But if you want different templates/variables for different pages/
   posts and don’t want to dabble into PHP/template files, CSS might be the best
   option. Wrap template variables with custom classes and and show/hide across 
   your various pages/posts via the CSS “display” property.
 *  [MaxTrix](https://wordpress.org/support/users/maxtrix/)
 * (@maxtrix)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/plugin-wp-postratings-ratings_score/#post-2802900)
 * I figured that out already, at the bottom I show the full template and on top
   I put it in a div and set a font size 0px 🙂 And that works fine.
 * However thanks for your answer!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘[Plugin: WP-PostRatings] RATINGS_SCORE’ 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/)

 * 6 replies
 * 4 participants
 * Last reply from: [MaxTrix](https://wordpress.org/support/users/maxtrix/)
 * Last activity: [12 years, 12 months ago](https://wordpress.org/support/topic/plugin-wp-postratings-ratings_score/#post-2802900)
 * Status: not resolved