Monthly Archives November 2006

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 […]