- Create a poll
- Get the poll id from manage menu of from editing form
- Type in your post:
[poll:'id']
- Open sidebar.php in your theme directory
- Type this:
<?php if(function_exists('show_poll')) print show_poll();?>
- Write new page. Type there:
[pollsarchive]
- In Poll configuration set path to your poll archive
Wordpress formatting functions don't know about <fieldset> element which used in PoWPoll user form and break it's code. You can fix this.
- Open wp-includes/formatting.php
- Find this lines:
$allblocks = '(?:table|thead|tfoot|caption|colgroup|tbody|tr|td|th|div| dl|dd|dt|ul|ol|li|pre|select|form|blockquote|address|math| style|script|object|input|param|p|h[1-6])';
- Add fieldset to element list
- Place cursor to option which position you want to change
- Press Ctr+Shift+Home or Ctrl+Shift+End to change option position
- Use Shift+Home, Shift+End to move from option to option
- Shift+Del — deletes selected option