Hi,
Looking to add a poll to my wodpress site but I have 25 possible answers. When setting up a wp-poll it only gives the option of 20 - Is there any way to increase this value?
Thanks
Adrian
Hi,
Looking to add a poll to my wodpress site but I have 25 possible answers. When setting up a wp-poll it only gives the option of 20 - Is there any way to increase this value?
Thanks
Adrian
Open up polls-manager.php
Find:
for($i=2; $i <= 20; $i++) {
Replace:
for($i=2; $i <= 25; $i++) {
This topic has been closed to new replies.