I've been looking about for a while now, i'm wondering if anybody knows of a plugin which displays the userlist :-\
Thanks!
Joe
I've been looking about for a while now, i'm wondering if anybody knows of a plugin which displays the userlist :-\
Thanks!
Joe
users = authors ?
http://wiki.wordpress.org/list_authors
kind of, i'm looking for a way to have a page list the users, not all necisarily authors, like forums do (not here) when you click the 'member list'
thanks
joe
list_authors will list all users that have registered on your wordpress. You can choose whether to show only users that have posted or show all of them.
Try this Joe
[Memberlist] @ http://scripts.php-princess.net/
This lists all members. See an example at http://www.os42.com at the bottom of the menu under 'The Gang'.
/me slaps head ...
I should have remembered that from your site Shadow :)
HI - I want to implement an author list, similar to the 'contributors' list on shadow's site. I downloaded the WP 1.2 plugin from here, and activated in the admin panel. i dropped in the function call in the sidebar template, but it displays a double member list. this is the code in the sidebar template:
<li><h2><?wp_member_list('members'); ?></h2>
<ul><?wp_member_list(); ?>
</ul>
</li>
How can I correct the double display? See site here.
Nevermind! I figured it out that the code should look like this:
<li><h2>members</h2>
<ul><?wp_member_list(); ?></ul>
</li>
Is there any way to modify this so that the users First and Last names from their profile are displayed instead of their username?
How can I show that memberlist on a normal page in my wordpress-blog? I don't think that simply posting this PHP-code into the wordpress editor on that specified page helps?
This topic has been closed to new replies.