Adds an AJAX poll system to your WordPress blog. You can also easily add a poll into your WordPress's blog post/page.
wp-content/plugins FolderFolder: wp-pollsWP-Polls PluginWP-Admin -> WP-Pollswp-content/themes/<YOUR THEME NAME>/sidebar.php<?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; ?>
<?php get_poll(2); ?> where 2 is your poll id.<?php get_poll(-2); ?>[poll id="2"] where 2 is your poll id.[poll id="-2"][poll id="2" type="result"] where 2 is your poll id.= General Usage (With Widget)=
1. Go to WP-Admin -> Appearance -> Widgets.
2. You can add the Polls Widget by clicking on the 'Add' link besides it.
3. After adding, you can configure the Polls Widget by clicking on the 'Edit' link besides it.
4. Click 'Save Changes'.
5. Scroll down for instructions on how to create a Polls Archive.
Requires: 2.8 or higher
Compatible up to: 3.3.1
Last Updated: 2012-2-6
Downloads: 942,486




