Most Active Blogs plug in

October 3, 2008

Recently I developed a wordpress Mu called “Most Active Blogs”, this plugin is used as a widget, will appear in your dynamic side bars and enables you to show the most active blogs on your site, includes a link to the blog and the number of Blogs Posts for each blog.

Copy the code below and save it has most ActiveBlogs.php

To install it drop it in your wp mu plugins if yuo want to make this plugin available to your site or drop it in the plugins folder and activate it thru your plugins option on the backend.

If you have any question just send me an email.

Here is the link to download:

http://wpmudev.org/project/most-active-blogs

NOTE:

If your install of wordpress MU is working with sub-directories, change line 90 by this one:

echo ‘<li><a href=”http://&#8217;.$blog[‘domain’]

.$blog[‘path’].'”>’.$blogname.’&nbsp;-&nbsp;’.$blog[‘postcount’].’
posts</a></li>’;
This fix is kindly provided by Stephen Collins