• Resolved kvnthng

    (@kvnthng)


    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)
  • Consider downloading and installing Otto’s php code widget.

    Then use the template tag, wp_list_authors(), with that widget.

    Please remember to support our plugin authors by clicking on the Donate button there.

    Thread Starter kvnthng

    (@kvnthng)

    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?

    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

    (@kvnthng)

    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

    thanks again

    :K

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

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