Title: Disable ratings
Last modified: August 30, 2016

---

# Disable ratings

 *  Resolved [Sander](https://wordpress.org/support/users/zanderz/)
 * (@zanderz)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/disable-ratings/)
 * Hi,
 * can you please add a setting to disable the “Was this answer helpful ?” text 
   below each answer?
    Right now I’m disabling this using CSS, but it would be cleaner
   to do this in the plugin settings.
 * Thanks for your consideration!
 * [https://wordpress.org/plugins/faq-wd/](https://wordpress.org/plugins/faq-wd/)

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

 *  [Sona](https://wordpress.org/support/users/support-web-dorado/)
 * (@support-web-dorado)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/disable-ratings/#post-6647097)
 * Dear Spinal,
 * You can actually disable the option from the shortcode. Within the shortcode 
   in the third tab you will see “Show Like” option. If you uncheck it “Was this
   answer helpful” option will not be displayed. Thank you.
 *  Thread Starter [Sander](https://wordpress.org/support/users/zanderz/)
 * (@zanderz)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/disable-ratings/#post-6647402)
 * But the shortcode isn’t used on individual questions 🙂
 * I created a single-faq_wd.php with this code (more or less)
 *     ```
       <?php
       $post = get_post();
       ?>
       <h1><?php the_title(); ?></h1>
       <?php echo apply_filters('the_content', $post->post_content); ?>
       ```
   
 * And it outputs a div with class `faqwd_vote_option`.
 *  [Sona](https://wordpress.org/support/users/support-web-dorado/)
 * (@support-web-dorado)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/disable-ratings/#post-6647408)
 * Dear Spinal,
 * We will include it within our upcoming updates. We can customize it for you for
   now. Please contact us at support[at]web-dorado.com for more details. Thank you.
 *  Thread Starter [Sander](https://wordpress.org/support/users/zanderz/)
 * (@zanderz)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/disable-ratings/#post-6647409)
 * Awesome! Our project won’t go live until a few weeks from now, so I’ll just wait
   for a new version 🙂
 * Thanks for your quick replies!

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

The topic ‘Disable ratings’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/faq-wd_06487b.svg)
 * [10WebFAQ](https://wordpress.org/plugins/faq-wd/)
 * [Support Threads](https://wordpress.org/support/plugin/faq-wd/)
 * [Active Topics](https://wordpress.org/support/plugin/faq-wd/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/faq-wd/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/faq-wd/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Sander](https://wordpress.org/support/users/zanderz/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/disable-ratings/#post-6647409)
 * Status: resolved