New Plugin: Popularity Contest
I’m just going to write this short post to tell everyone I just installed a new plugin called Popularity Contest, which can be downloaded at that link. It constantly monitors the popularity of each blog post (based on views I’m guessing) and ranks each one. This data can be found in the Wordpress dashboard, and can be displayed in a sidebar widget as shown to the right. In addition, it shows the popularity of each post at the bottom of each article in percentage form. Thanks to Alexking.org for this one.
Instructions
1. Download the plugin.
2. Upload the plugin to your plugins directory on your server.
3. Activate the plugin in your Wordpress plugins page.
Everything should be tracking now. If you want to display your top posts in a sidebar widget like I have, just create a PHP widget and include this code:
<li><h2>Most Popular Posts</h2>
<ul>
<?php akpc_most_popular(); ?>
</ul>
</li>
This should display your top posts in a nicely made sidebar widget. Thanks again to the creator for this great plugin. The great thing about this feature is that you can show off your most popular posts, and therefore get more clicks per user when they see more articles they may want to read.


Twitter Me!


Wordpress Blog: Pimp Your Blog With This | Blue Sky Brothers, LLC Says:
[...] plugin won’t be new. It’s called Popularity Contest and you can find the details at Internet Business Daily. While you are there, it will be worth your time to check out this very cool and informative [...]
Posted on May 31st, 2007 at 4:14 pm
Benjamin Cass Says:
I used this plug-in for quite a while. Although I never implemented it into my sidebar, I think I may give it a try now… thanks!
[Reply]
Posted on June 19th, 2007 at 2:05 pm
Busydude Says:
Awesome plug-in. Have been looking for something like that for a while. Thanks
[Reply]
Posted on January 11th, 2008 at 8:38 am
Reginald Williams Says:
Just added the plugin. I’m going to leave it on the default settings for now. It’s cool. Thx.
[Reply]
Posted on February 24th, 2008 at 11:51 am