RSS Feed for This PostCurrent Article

Fix for Popularity Contest Plug-In for WordPress 2.5

When I upgraded to Wordpress 2.5 I had to disable that plug-in. Stewart Mader posted the fix for using Alex King’s Popularity Contest with WordPress 2.5. Thanks to Stewart it’s back up and running.

In the WordPress admin area, choose Plugins, then scroll down to Popularity Contest, and click Edit. Scroll down until you see this bit of code:

if (!isset($wpdb)) {
require('../../wp-blog-header.php');
akpc_init();
}

Remove one of the ../ from:

require('../../wp-blog-header.php');

Also, Popularity Contest is what powers my Top Posts widget on the right hand side of the blog. Thanks to Dean Sykes at Tech Teapot for authoring that handy little widget.

Popularity: 7% [?]

Technorati Tags: , , , , ,

Related posts:

  1. Popularity Contest Widget for WordPressI normally read Tech Teapot for their systems management content but this week I have...
  2. WordPress Automatic Updater Plug-inWordPress put out an urgent security release today. If you are using an older version...
  3. WordPress 2.5 ReviewI have been blogging for many years. During that time I have used many other...
  4. Wordpress and Widget ManagementIn anticipation of my blog housecleaning I decided to take a look at options for...
  5. WordPress 2.5 Sneak PeekWordPress 2.5 will be out soon. The version include a customizable dashboard, multi-file upload, built-in...

Related posts brought to you by Yet Another Related Posts Plugin.

Trackback URL

RSS Feed for This PostPost a Comment

You must be logged in to post a comment.