I have the popularity contest plugin running on my site:
I just tried to put it into the sidebar using an ExecPHP sidebar widget.
This is the code I put into the widget:
<?php akpc_most_popular($limit = 10, $before =
<li>, $after = </li>
); ?>
And this is the error I got:
Parse error: syntax error, unexpected T_STRING in wp-content/plugins/widgets/execphp.php(24) : eval()'d code on line 1
Can anyone lend assistance with correcting this? Thank you!