'display_name', 'order' => 'ASC', 'who' => 'authors' ); // Query for the users $authors = get_users( $args ); ?>

Authors: user_nicename}'>$author->display_name"; if ( $i < count( $authors ) - 1 ) { echo ' | '; } } ?>

ID, 96 ); ?>

display_name; ?>

$author->ID, 'posts_per_page' => -1 ); $posts = query_posts($args); // Now that we have the posts, simulate a Loop here or use get_template_part // if we already have the output in another template, like: // get_template_part( 'loop', 'all-authors' ); // Pulls in loop-all-authors.php from theme if ( have_posts() ) : ?>

This author has not yet published any posts

See this post for an explanation of the motivation behind this page