• How can I make a poll on my wordpress log in my sidebar? Is there a plugin for it or something else? I hope you can help me. Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter erwin33

    (@erwin33)

    Ok thanks. But where can I find an ‘how to install’ file or something?

    Edit: sorry I find it already.

    Thread Starter erwin33

    (@erwin33)

    I don’t no what I do wrong. I place the code in my sidebar, this:
    <?php if (function_exists(‘vote_poll’)): ?>

    • <h2>Polls</h2>

    <?php endif; ?>

    Note:
    To show specific poll, use <?php get_poll(<ID>);?> where <ID> is your poll id.
    To embed a specific poll in your post, use [poll=<ID>] where <ID> is your poll id.
    ……….

    What did the mean with poll ID. What can I place in this space? So at the moment I can’t see my poll on my weblog when I fill (<ID>).

    Just put the shit in your plugin folder is not enough right?

    I’m guessing, and i don’t know as i have never used that plugin, that somewhere on your dashboard you have to create the poll first. Once you’ve done that, that poll will be assigned an ID (probably 1) so create that poll, and then put a 1 inside the brackets and your poll should display (one hopes)

    I did it (A) : https://www.ravii.nl

    Its easy, Just put the file into your plugin folder

    and than open the file “sidebar.php” (a WYSIWYG program would be handy)

    and than put the code they give (readme-instal) in the code.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How can I make a poll on my wordpress log?’ is closed to new replies.