Category Archives: Wordpress MU

Slideshare.net slideshows for WordPress MU

Now you can add Slideshare.net slideshows to your WordPress-MU blogs. Download Get the slideshre-mu plugin here (just change the .txt extension to .php). Install Drop the slideshare-mu.php file into your wp-content/plugin and activate it. If you are running WordPress MU just drop it in the wp-content/plugins-mu directory. Usage The usage is the same as it […]

Pmetrics widget for WordPress

If you want to add a Performancing metrics widget to WordPress sidebar you can use this plugin. True, you can just paste the pmetrics code into a text widget but when you are using WordPress MU that will not work. WordPress MU will not allow to paste Jave Script code into posts. Download Get the […]

Audio player plugin for WordPress-MU

I have modified the Audio Player WordPress plugin so it could work for WordPress-MU from the mu-plugins directory. I have removed all the user options and there is no parameters to set. Installation: Just download the zip file and extract it in the mu-plugins directory. Usage: [ audio:http://www.somedomain.com/path/to/name_of_mp3_file.mp3] Download: Get it here! Please report any […]

Sitemeter widget for WordPress

If you want to add a Sitemeter widget to WordPress sidebar you can use this plugin. True, you can just paste the sitemeter code into a text widget but when you are using WordPress MU that will not work. WordPress MU will not allow to paste Jave Script code into posts. Download Get the Sitemeter […]

Some global stats on your WPMU backend

You can add the number of blogs, number of users and most active blogs (with post count) on your backend of WordPress MU by using a somewhat hidden function un wpmu: get_sitestats() Open the wp-admin/wpmu-admin.php file and just after these lines: switch( $_GET[ ‘action’ ] ) { default: paste the code here: http://ringofblogs.com/global_stats.txt This is […]