Title: Vote It Up deactivate problem
Last modified: August 19, 2016

---

# Vote It Up deactivate problem

 *  Resolved [Deploy](https://wordpress.org/support/users/deploy/)
 * (@deploy)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/vote-it-up-deactivate-problem/)
 * Hi there,
    I would like to deactivate and/or delete Vote It Up widget from my
   [site](http://www.deploymentlessons.org). But when I do I get the fatal error
   below.
 * I LOVE this plugin for a few years now, but it no longer works with the current
   WP 2.9.1. Voting buttons are gone and I believe that Nic is no longer working
   on the plugin. Unless you know how to correct the current Vote-it-up 1.1.1. Pass
   on the info!
 * I want to try a different voting system if Vote-it-up is a finished plugin. Sad
   about that.
 * Thanks in advance! H~
 * Fatal error: Call to undefined function displayvotes() in /home/deplmet9/public_html/
   wp-content/themes/Rosey/index.php on line 14

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

 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/vote-it-up-deactivate-problem/#post-1453235)
 * Look like you have some code in your theme’s index.php that uses that plugin.
   Either delete the code or wrap it in an if function exists–something like:
 *     ```
       <?php
       if (function_exists('displayvotes')) {
       displayvotes();
       }
       ?>
       ```
   
 *  Thread Starter [Deploy](https://wordpress.org/support/users/deploy/)
 * (@deploy)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/vote-it-up-deactivate-problem/#post-1453304)
 * Thanks Michael. I always turn to here when it is usually a simple questions. 
   Everyone here is so knowledgeable. I’ll work on it then resolve my questions.
   Deploy

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

The topic ‘Vote It Up deactivate problem’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [Deploy](https://wordpress.org/support/users/deploy/)
 * Last activity: [16 years, 1 month ago](https://wordpress.org/support/topic/vote-it-up-deactivate-problem/#post-1453304)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
