• I have been trying out a few poll plugins lately, many of them being crap, annoying, or spammy. WP-Polls is the best option, and is exactly how a WP plugin should be: configurable, free (nothing against paid upgrades if the basic version is not a trap), up-to-date, well supported, …

    I’ll definitely make a donation when my income starts to get better. Meanwhile, a big thank you to the author – keep on with the good work!

    — Make a border around the poll:
    div.wp-polls { border: 1px solid #ccc; }

    — Style the title:
    p.poll-title {
    background-color: #f2f2f2;
    border-bottom: 1px solid #ccc;
    margin-top: 0px;
    padding: 1em;
    }
    In the Poll Templates options, add the class to the header (also for results):
    <p class=”poll-title” style=”text-align: center;”>%POLL_QUESTION%</p><div id=”polls-%POLL_ID%-ans” class=”wp-polls-ans”><ul class=”wp-polls-ul”>

  • The topic ‘That's how WordPress plugins should be’ is closed to new replies.