• Hey,

    I’ve seen some similar topics but nothing really like this.

    I’d like to have a page that lists all the registered users (people can self-register) who are all authors by default.

    I’ve got this working here using <?php wp_list_authors(); ?> : http://www.werebunny.com/aa/?page_id=5 (a testing version).

    But this seems to be too basic, because underneath each author username i’d like to list other information like real name, website link, small biography etc. There is information in the documentation on the website here about listing this information on each individual author’s profile page, but there doesn’t seem to be a way to do it for all users on the same page.

    Is this possible?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘List all registered users (authors) on a page with their info…’ is closed to new replies.