Viewing 2 replies - 1 through 2 (of 2 total)
  • It has been commented out:
    <!– by Angel –>

    remove the <!– and –> parts to make it show.

    you copied the code out of the defualt theme, verbatim.
    <!-- by <?php the_author() ?> -->

    That wont work as thats commented out. It needs to look like this:

    by <?php the_author() ?>

    <!-- ......... --> == commented out.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘author won’t show?’ is closed to new replies.