mattnaugle1
Member
Posted 7 years ago #
I'm trying to have a short biography of each of our bloggers. i wanted to list their names on the side column, and have their names be a link to a small popup window with their biography. Everything I have tried has been rather messy. Any suggestions?
Thank you :-)
desk003
Member
Posted 7 years ago #
possibly a static page? or
<?php the_author_description(); ?>
all the functions can be found in this search:
http://codex.wordpress.org/Special:Search?search=profile&go=Go
Basically, use the profiles and info in the Users section. the above functions in the search show you how to call that data. (and thanks, I learned how to get them too. heh)