Title: [Plugin: amr users] Do not list admin
Last modified: August 20, 2016

---

# [Plugin: amr users] Do not list admin

 *  Resolved [adammontague](https://wordpress.org/support/users/adammontague/)
 * (@adammontague)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-amr-users-do-not-list-admin/)
 * I’m getting on really well with the plugin and I think it’s great, however I’m
   stuck on this…
 * How do I remove/hide the site admin in the list of users?
 * [http://wordpress.org/extend/plugins/amr-users/](http://wordpress.org/extend/plugins/amr-users/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [adammontague](https://wordpress.org/support/users/adammontague/)
 * (@adammontague)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-amr-users-do-not-list-admin/#post-2692641)
 * Never mind, I figured it out on my own.
 * Changed line 836 in ameta-list.php to:
 * `$html .= AMR_NL.'<tr class="row" id="user'.$id.'">'.$linehtml.'</tr>';`
 * and then just hid the ID’s I wanted to in the CSS
 *     ```
       tr#user3{
       display:none;
       }
       ```
   
 *  Plugin Author [anmari](https://wordpress.org/support/users/anmari/)
 * (@anmari)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-amr-users-do-not-list-admin/#post-2692647)
 * Hi adam,
 * Nooo – don’t change code – that will take you out of the upgrade path.
 * Look at the settings for each user list – under ‘configure the list’.
 * For each field, there is an ‘exclude’ column where one can enter a value by which
   to exclude records.
 * If your chosen displayed fields do not allow you to isolate the admin users, 
   you can temporarily assign a column number to a field (eg: ‘id’
    save (so it 
   can now be configured) – then exclude the user id you wnat to exclude. then remove
   the column number – exclusion will still work even if the field is not displayed.
 * equally you could exclude by role, or username etc…

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: amr users] Do not list admin’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/amr-users_f6f6f4.svg)
 * [amr users](https://wordpress.org/plugins/amr-users/)
 * [Support Threads](https://wordpress.org/support/plugin/amr-users/)
 * [Active Topics](https://wordpress.org/support/plugin/amr-users/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/amr-users/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/amr-users/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [anmari](https://wordpress.org/support/users/anmari/)
 * Last activity: [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-amr-users-do-not-list-admin/#post-2692647)
 * Status: resolved