What am I missing here...?
Code:
<h3 class="storytitle" id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
<div class="meta"><?php _e("Filed under:"); ?> <?php the_category(',') ?> — <?php// the_author() ?> <?php the_date() ?> @ <?php the_time() ?> <?php edit_post_link(__('Edit This')); ?></div>
Looks like the author should already come up, everything else comes up in that sequence correctly. Could I be missing something in my dashboard?