How to Exclude Pages in Popularity Contest?
-
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!
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘How to Exclude Pages in Popularity Contest?’ is closed to new replies.