Copied and pasted from index.php
Yeah, the author is not showing up at all.
Only the date and the post title.
This is what I found
<div class="PostTime"><span class="PostDay"><?php the_time('j') ?></span> <span class="PostEra"><?php the_time('M Y') ?></span></div>
<h2><a title="Permanent Link to <?php the_title(); ?>" href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>
<small class="PostDet"><?php edit_post_link('Edit', '', ' | '); ?> Author: <?php the_author(); ?> | Filed under: <?php the_category(', ') ?>
</small>
</div>
Do I need to move the <h2> and <small> around?
Thank you so much.
It’s perfect now.
Thank you.
I’m still having some issues. If anybody has any idea how to fix this it would be greatly appreciated.