Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Fixing WordPress
    In reply to: Posted By…

    Edit line 11 in index.php (main template)
    <small><?php the_time('F jS, Y') ?> <!--by <?php the_author() ?> --></small>

    remove the comment tag around by author so it looks like this:
    <small><?php the_time('F jS, Y') ?> by <?php the_author() ?> </small>

Viewing 1 replies (of 1 total)