I recently upgraded a site I manage, allthingsplc.info/wordpress, to WP3.1. Everything worked except the "wp_list_authors" function, which seems to break no matter where I put it. Right now I want to use it here:
http://www.allthingsplc.info/wordpress/archives-author.php
The original code for the page is here:
http://stikked.com/view/14405892
I've tried disabling plugins already, if anyone has other ideas for why it's not working they'd be much appreciated. This is so strange - other functions like wp_list_categories work like a charm.
If I can't get it fixed - can someone tell me how I could just access to the user database and list the authors with their links without using the built-in wordpress function wp_list_authors?
Thank you!!!