Posted By Code (author not displayed)
-
When I go to make a post, under the title it’s supposed to say:
Date, Year by Author in Category
However, for some reason, all it says is:
Date, Year by in Category
From what I can see, this is the code that determines what it says. I was just wondering if someone could tell me what I have to add so the author shows up too.
<h3><img src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/timeicon.gif” alt=”” /> <?php the_time(‘F jS, Y’) ?> by <img src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/author.gif” alt=”” />
<?php the_author() ?> in <?php the_category(‘, ‘) ?>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Posted By Code (author not displayed)’ is closed to new replies.