• 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.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Order Users Admin Page’ is closed to new replies.