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.
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.
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.
This topic has been closed to new replies.