• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

Change domain mapping

LPH

Flight Director
Flight Instructor
Donncha O Caoimh provides a wonderful WordPress MU domain mapping plugin. Unfortunately the admin panel for adding domains and site IDs only shows 20 blogs and the IDs are not sorted.

Change line 204 of the domain_mapping.php file so that it reads as follows:

Code:
$rows = $wpdb->get_results( "SELECT * FROM {$wpdb->dmtable} ORDER BY blog_id ASC LIMIT 0,100" );

Now you can see as many as 100 blogs listed in ascending order.
 
Top