Hi all, I really hate to be asking this because it seems that it's been asked so many times (as I've discovered while searching for an answer).
I am trying to get the post author names to display at the end of the posts. I am using WP 2.0.5 and the WP Default Theme (Kubrick). I have followed the directions on the codex page and also from several forum posts to simply "uncomment" the author portion this line..
<small><?php the_time('F jS, Y') ?><!-- by <?php the_author() ?>--> </small>
...in the "Presentation"-->"Theme Editor"-->"Main Index Theme" file.
If this is correct, then why oh why is it not working for me? Can anyone offer any help?
I am trying to display the post author's nickname that they set up when registering.
Thanks for any help!