Forums

author won't show? (3 posts)

  1. lavendersunrise
    Member
    Posted 3 years ago #

    hello.

    i just figured out how to do themes. But i can't get the author to show, I have it set so it shows between "category" and "comments" but nothing.

    http://www.lavendersunrise.com/wordpress

    any help would be greatly appreciated.

  2. ryanfitzer
    Member
    Posted 3 years ago #

    It has been commented out:
    <!-- by Angel -->

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

  3. whooami
    Member
    Posted 3 years ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags