• hey folks, using WP 2.7, but that’s not an option in the forum yet.

    I’d like to setup a page that lists all users given a specific role. WP lets you customize author.php for individual bios. But wp_list_authors() can only produce a simple html list.

    There’s no built in way to access all users in a customer page template and then loop through them, to display their name, url, bio, etc, in a custom format.

    Can any recommend a plugin??

    Or can you detail how I might get the info directly from the database? If I grab an array of usernames or IDs, how would I then call for a field in their table?

    If I get that working, how would I limit the array to users set as authors or subscribers?

    This post stems from a more basic discussion about author lists.

    thanks!!!!!

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘custom list of authors’ is closed to new replies.