Title: Registered users widget
Last modified: August 19, 2016

---

# Registered users widget

 *  Resolved [kvnthng](https://wordpress.org/support/users/kvnthng/)
 * (@kvnthng)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/registered-users-widget/)
 * Hi All
 * i have been searching through the WP forums and googling this but i have had 
   no luck…
 * I am looking for a sidebar widget which will show all of my registered users 
   in the sidebar. The closest I have found is this one “WP-UserOnline” which shows
   users online and guests, but i also need all of the registed users too.
 * Please help, thanks!
 * :K

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

 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/registered-users-widget/#post-956826)
 * Consider downloading and installing [Otto’s php code widget](http://wordpress.org/extend/plugins/php-code-widget/).
 * Then use the [template tag](http://codex.wordpress.org/Template_Tags), [wp_list_authors()](http://codex.wordpress.org/Template_Tags/wp_list_authors),
   with that widget.
 * Please remember to support our plugin authors by clicking on the Donate button
   there.
 *  Thread Starter [kvnthng](https://wordpress.org/support/users/kvnthng/)
 * (@kvnthng)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/registered-users-widget/#post-957045)
 * Hi MichaelH
 * I am using the php code widget and it works!
 * `<?php wp_list_authors('arguments'); ?>`
 * which is great and show me the authors but I need a list of all users e.g. authors,
   editors. I have tried adding `wp_list_editors` but it doesn’t seem to like it.
 * Do you know if this is possible?
 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/registered-users-widget/#post-957048)
 * That ‘arguments’ is meant to be replaced by one or more of the parameters listed
   in that article I listed:
 * `<?php wp_list_authors('hide_empty=0'); ?>`
 *  Thread Starter [kvnthng](https://wordpress.org/support/users/kvnthng/)
 * (@kvnthng)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/registered-users-widget/#post-957089)
 * Thanks for the help MichaelH
 * I got it working with the php code widget, but for some reason the list was showing
   outside of the border of the php div, and couldn’t work out why…
 * so dit more searching and found this plugin which does the trick (and shows the
   avartars too):
 * [author avatars](http://wordpress.org/extend/plugins/author-avatars/)
 * thanks again
 * :K

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

The topic ‘Registered users widget’ is closed to new replies.

## Tags

 * [sidebar](https://wordpress.org/support/topic-tag/sidebar/)
 * [users](https://wordpress.org/support/topic-tag/users/)
 * [widgets](https://wordpress.org/support/topic-tag/widgets/)

 * 4 replies
 * 2 participants
 * Last reply from: [kvnthng](https://wordpress.org/support/users/kvnthng/)
 * Last activity: [17 years, 2 months ago](https://wordpress.org/support/topic/registered-users-widget/#post-957089)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
