I'm using the latest popularity contest plugin. I want to display 10 most popular posts (pages excluded) in a normal text widget.
I have no knowledge of PHP, but I found this code to b working but it does not exclude pages.
<?php if (function_exists('akpc_most_popular')) { ?>
<ul>
<?php akpc_most_popular(); ?>
</ul>
<?php } ?>
PS. I don't mind having popularity rating on pages I just don't want them displayed with most popular posts in my text widget.
Thanks!