I have tried to show the authors name linked to their URL in a post, but it does seem to work?
<?php if (get_the_author_url()) { ?>"><?php the_author(); ?><?php } else { the_author(); } ?>
Does the version wp2.1.3 I haveloaded have anythin to do with it??