I know about the author template codex, but I'm looking for a way to create a page that will list staff, bios, and images... DYNAMICALLY! Meaning, editable and it will have the ability to update automatically as users change.
At the top of this page: http://www.ericdmunoz.com/dhe/author/admin/, you can see that I have a box w/ the user name, pic, and bio (this is in a testing phase). I would like to be able to repeat this, if at all possible. Like I said, I'll try the userdata and see how that goes.
Ok, it looks like the 2nd one would work. I'm not very good w/ php, but what I can tell is that it has an multi-author loop that I can add bio info via the backend.
I'm a teacher full-time so I have to do grading today and I'll try it this week and I'll let you guys know how it goes. :D
Meaning, editable and it will have the ability to update automatically as users change.
Any ideas?
You want to make a Page template which lists authors , with author description and images/gravatar ?
btw: Theres lots of plugins which may do some of what you want, and that has code you may reuse in a Page template: http://wordpress.org/extend/plugins/tags/author/
I would like to be able to repeat this, if at all possible.
Like I said, I'll try the userdata and see how that goes.
Any idea on how to have it generate all of the users at one time?
I'm looking for something like this: http://www.viget.com/about/team/
http://www.mattvarone.com/wordpress/list-users/
http://justintadlock.com/archives/2008/ ... plate-page
I'm not very good w/ php, but what I can tell is that it has an multi-author loop that I can add bio info via the backend.
I'm a teacher full-time so I have to do grading today and I'll try it this week and I'll let you guys know how it goes. :D
Hopefully, it works.
http://guff.szub.net/source/page-authors.php
I have 1 problem. There's no link to individual profiles.
Here's the line in which I want to link up to the individual profile:
Any idea how to link
By profile I mean the default author.php page.