use wordpress to list author and author email alternatively

Posted by Gaurav on Stack Overflow See other posts from Stack Overflow or by Gaurav
Published on 2010-05-07T10:47:36Z Indexed on 2010/05/07 11:08 UTC
Read the original article Hit count: 298

Filed under:

I need to list the authors and their emails alternatively. For example:

  • user1
  • email_of_user1
  • user2
  • email_of_user2

Also, the user1, user2 should be links to pages where posts are filtered by author. I can use wp_list_authors() function but I can't figure out how to do the alternate user, email thing.

© Stack Overflow or respective owner

Related posts about Wordpress