First, list_authors is deprecated, you should look at:
http://codex.ww.wp.xz.cn/Template_Tags/wp_list_authors
Unfortunately, that won’t get your author’s gravatars. If you’re comfortable with PHP you could write your own function, based on wp_list_authors, which is defined in this file:
http://core.trac.ww.wp.xz.cn/browser/tags/3.2.1/wp-includes/author-template.php
Unfortunately I don’t know to much about PHP but I am able to edit and customize php from time to time. If someone could just give me a jumpstart I can definitely find where to go from there ;o .
That last link, I was able to customize it exactly how I want it. I have 1 question though.
1.) How would I go about getting the users website from their profile get_user_website (exampe I know it doesn’t work). so I can display it under their user name ?
Also, is there anyway I can get a user post count on the right of their name? I’m used to customizing php but I’m skeptical of doing it within the functions
http://i54.tinypic.com/14lr22h.jpg
this is the css im using
Sorry, forgot. Here is the pastebin code
http://pastebin.com/GyjHaepa
I can’t link the site because it is not yet live.
[CSS moderated as per the Forum Rules. Please just post a link to your site.]
Any help with this yet? I don’t want to bump nor make a new thread so I’m not sure what to do o.O
You might find some useful code snippets in Author_Templates.
Sorry, it’s not clear to me;
That last link, I was able to customize it exactly how I want it
The last link was a Google search… Are you using a plugin or PHP functions within your template to display this?