I'm a PHP newbie and I'm trying to modify the Popularity Contest code to show the excerpt of the post that it is showing the link for....
pretty sure that I can use this command:
'$show_excerpt'
but I'm not sure how to incorporate that into the PHP code:
'<?php akpc_most_popular(); ?>'
Is this possible? Am I trying to reinvent the wheel here?