Order Users Admin Page
-
I am trying to reorder the Users list on the users.php page, but can’t get it to work. Can anyone point me in the right direction? I tried changing the ORDER field in the following line of code with no luck.
Line 227:
$all_logins = $wpdb->get_results(“SELECT ID, user_login FROM $wpdb->users ORDER BY user_login”);Any help anyone can give would be great. I just want to order by the automatically assigned user ID field.
-
Head over to http://wordpress.org/support/ because you’re self-hosted. We don’t have access to the underlying php here at wp.com.
- The topic ‘Order Users Admin Page’ is closed to new replies.