Display Users and user url’s
You could take a look at the contributors function included in Twenty Fourteen if ( ! function_exists( ‘twentyfourteen_list_authors’ ) ) : /** * Print a list of all site contributors who published at least one post. * * @since Twenty Fourteen 1.0 */ function twentyfourteen_list_authors() { $contributor_ids = get_users( array( ‘fields’ => ‘ID’, ‘orderby’ => … Read more