Essentials:

WordPress Popularity Contest Plugin Woes

WordpressThis may seem completely out of the blue for most of you but I wanted to record this online so other WordPress users could find out how to apply this little fix.

If you happen to use WordPress with the Popularity Contest plug-in you may notice that there is a percentage number and mark in front of the titles. In WordPress 2.8.2 the control panel option to remove the popularity rank doesn’t work.

If you want to make sure the rank for the posts is completely removed you will need to edit the popularity-contest.php file in your plug-in’s folder.

Comment out line 1447 which looks like this:

code    
<span>'.$this->get_post_rank(null, $item->total).'</span>

Change it to:

code    
<!-- <span>'.$this->get_post_rank(null, $item->total).'</span> -->

Tom McGuire is a web designer, developer and educator specializing in learning everything there is to learn about everything. He also firmly believes in ‘Touch, not Tech.” He co-runs a boutique style digital media company called Visual Moxie and he spends a lot of his time thinking about and sharing his knowledge of the internet, information philosophy and web design and development.

Tom McGuire

View all posts by Tom McGuire

Toms website

 

No comments yet.

Add a comment