Hi,
I've been trying to get wp-polls working on my site. It seems to be displaying correctly, however nothing happens when you click on 'Vote'.
I'm just wondering, is it compatible with WordPress 3+? Is so, what could be causing the problem?
Thanks.
Hi,
I've been trying to get wp-polls working on my site. It seems to be displaying correctly, however nothing happens when you click on 'Vote'.
I'm just wondering, is it compatible with WordPress 3+? Is so, what could be causing the problem?
Thanks.
I've just discovered this is theme based, as I have created a custom theme from scratch.
Basically, I have just tried dropping the following code into the left column of my theme's index.php file:
<?php if (function_exists('vote_poll') && !in_pollarchive()): ?>
<li>
<h2>Polls</h2>
<ul>
<li><?php get_poll();?></li>
</ul>
<?php display_polls_archive_link(); ?>
</li>
<?php endif; ?>
Any idea why it's not working?
Yes it works with WP-Polls 3.0.
Your theme is missing <?php wp_footer(); ?> or <?php wp_head(); ?>. Please refer to the default theme.
I installed this plugin yesterday. I came by here looking to submit a feature request, and saw this thread, and thought I'd chip in. This plugin is brilliant, I'm really impressed. Usability is awesome. I've got it working on a large site I'm developing with a huge plug-in count, and it's working like a charm, no conflicts, nada. I've given it a thorough testing. Good work Mr. Chan.
Thanks for the kind compliments =)
This topic has been closed to new replies.