How to list authors?
-
Hi,
I’m working on a project at the moment that needs a section in the blogs sidebar that lists out the “Team” or authors and their job titles as a link to their author page. So it would look some thing like this…
Mike – The Boss
Ash – The Web Designer
Simon – The Graphic DesignerAnd so on.
I have used <?php wp_list_authors(‘exclude_admin=1’); ?>, which list out all the authors, including admin even when changing 1 to 0 & back, but I can’t grab any extra info from this call.
Does anyone have any ideas on how to do this?
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘How to list authors?’ is closed to new replies.