I'm using <?php print $name; ?> in node--front.tpl.php for an exceptional case, where I can't use Views and the output goodies Views has to offer. By default $name output is themed to link to author profile.
Is there anyway to output the author name in raw text, without going throught a preprocess function?