[wp-testers] wp_list_authors()?

Michael E. Hancock justmichaelh at gmail.com
Tue Jun 8 12:43:38 UTC 2010


From: "Foolish Visions" <shelly at foolishvisions.com>
> I'm trying to use wp_list_authors on a theme I'm developing, and it's not 
> returning anything - not even an error.  Just to check, I tried using the 
> default theme, as well as TwentyTen, (and yes, deactivated all plugins I'm 
> using - oh, and I'm using RC2) and it's the same in both of those themes 
> as well - wp_list_authors() is ignored.


This worked fine for me using latest 3.0 beta in 
wp-content/themes/twentyten/index.php:

<?php
wp_list_authors('exclude_admin=0');
?>

MichaelH




More information about the wp-testers mailing list