Add by-line (author’s name) to each post, after date
-
I want to have my name added to each post, automatically, on the same line as the date.
Currently, the relevant code on my Main Index Template is:
<small><?php the_time(‘F jS, Y’) ?> <!– by <?php the_author() ?> –></small>
The date shows up, but no author. How do I add this?
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Add by-line (author’s name) to each post, after date’ is closed to new replies.