-> Installation Instructions ------------------------------------------------------------------ // Open wp-content/plugins folder Put: ------------------------------------------------------------------ Folder: polls ------------------------------------------------------------------ // Open Wordpress root folder Put: ------------------------------------------------------------------ wp-polls.php ------------------------------------------------------------------ // Activate WP-Polls plugin // Tutorial On How To Integrate wp-polls.php With Your Theme Go To: ------------------------------------------------------------------ http://www.lesterchan.net/wordpress/tutorials/integrating/ ------------------------------------------------------------------ -> Usage Instructions ------------------------------------------------------------------ // Open wp-content/themes//sidebar.php Add: ------------------------------------------------------------------
  • Polls

  • ------------------------------------------------------------------ Note: ------------------------------------------------------------------ To show specific poll, use );?> where is your poll id. To embed a specific poll in your post, use [poll=] where is your poll id. ------------------------------------------------------------------ // Polls Stats (You can place it anywhere outside the WP Loop) // To Display Total Polls Use: ------------------------------------------------------------------ ------------------------------------------------------------------ // To Display Total Poll Answers Use: ------------------------------------------------------------------ ------------------------------------------------------------------ // To Display Total Poll Votes Use: ------------------------------------------------------------------ ------------------------------------------------------------------