• I was wondering if anyone could help me with what to do with adding vote_poll(); to the index.php file. I have tried to put it in but I keep getting error messages. Is there some other code that I can just through into the my-hacks file? Basically any help would really be appreciated.

Viewing 11 replies - 1 through 11 (of 11 total)
  • I had the same problem until I remembered that I had forgotten to activate the plugin 😛 Have you checked to make sure it is activated?

    Thread Starter Anonymous

    Yes, and it’s not working. Maybe I am not putting the vote_poll(); code in the right spot in the index file, but I am not sure where the right place would be.

    Put that under
    require(‘wp-blog-header.php’);
    Which is way at the top.

    Thread Starter Anonymous

    Everytime I do that I get this error message
    Fatal error: Call to undefined function: vote_poll() in /home/xxxx/public_html/word/index.php on line 4
    Any chance someone could just show me exactly how there’s looks in case I am just messing something simple up.

    I just got it working on my site.
    rv2.org

    Thread Starter Anonymous

    This is the way I put the code but then I get the error message.
    <?php
    /* Don’t remove this line. */
    require(‘./wp-blog-header.php’);
    vote_poll();
    ?>

    What is your site?

    Thread Starter Anonymous

    http://www.fluffymonster.org
    I have the bad code up right now…so the error is up.

    Thread Starter Anonymous

    I have taken down the bad code because I don’t want to let my site be sitting there with an error. If anyone can help fix whatever issue I had with the code above I would really appreciate it.

    Thread Starter Anonymous

    Where I can download this plugin? 🙂

    Did you search ?
    Yes
    No
    🙂
    http://wordpress.org/support/10/2149

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘wp-polls’ is closed to new replies.