Title: [Plugin: WP-PostRatings] Thums Up Only
Last modified: August 20, 2016

---

# [Plugin: WP-PostRatings] Thums Up Only

 *  Resolved [vzhilov](https://wordpress.org/support/users/vzhilov/)
 * (@vzhilov)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-postratings-thums-up-only/)
 * Hello!
    I would like to use Thumb Up rating without Thumb Down so users can only
   vote the post up or ignore.
 * Could you please advise what to change to take the Thumb Down off?
 * [http://wordpress.org/extend/plugins/wp-postratings/](http://wordpress.org/extend/plugins/wp-postratings/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [vzhilov](https://wordpress.org/support/users/vzhilov/)
 * (@vzhilov)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-postratings-thums-up-only/#post-2517689)
 * Ha! I have found a solution myself. In wp-postratings.php we need to limit the
   display cycles only to display second image from the image array. That means 
   to replaces line:
 *     ```
       for($i=1; $i <= $ratings_max; $i++) {
       ```
   
 * on
 *     ```
       for($i=2; $i <= $ratings_max; $i++) {
       ```
   
 * in “Function: Gets HTML of rating images” and “Function: Gets HTML of rating 
   images for voting” sections.
 * I have implemented it on [my blog](http://vscotch.ru) and that seems fine.
 * Thank you for the great plugin!

Viewing 1 replies (of 1 total)

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

 * 1 reply
 * 1 participant
 * Last reply from: [vzhilov](https://wordpress.org/support/users/vzhilov/)
 * Last activity: [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-postratings-thums-up-only/#post-2517689)
 * Status: resolved