How do I get the authors username to appear in a Wordpress blog post, using CSS?

I am using CSS to edit my multi-Author Wordpress Blog, but I can't figure out how to get it to display the author's username with the post in the post data (along with time, date, etc) Does anyone know how to do this? www.blogcampaigning.com Thanks!

Public Comments

  1. CSS is for style only, not content. To include the author in a post use the following PHP code in the .php file: <?php the_author() ?>
Powered by Yahoo! Answers