Viewing 1 replies (of 1 total)
  • Using the WordPress do_shortcode() function should work.

    <div id="pollbox">
    <?php echo do_shortcode("[poll id='1']"); ?>
    </div>

    Just add the above into your sidebar template.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Simply Poll] hardcode poll into alternate sidebar’ is closed to new replies.