Forums

Order Users Admin Page (3 posts)

  1. bfewkwa
    Member
    Posted 4 years ago #

    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.

  2. MichaelH
    Volunteer
    Posted 4 years ago #

    Wouldn't you use ORDER BY ID instead of ORDER BY user_login?

  3. bfewkwa
    Member
    Posted 4 years ago #

    The code above is the default from the install. I was trying to change user_login to ID, but with no results.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags