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
http://www.fireitup.us
green2go
Member
Posted 3 years ago #
Change the code to:
<small><?php the_time('F jS, Y'); ?> by <?php the_author(); ?></small>
Oliver
mcorrion
Member
Posted 2 years ago #
This worked great for me as well- however, is there a way to have my last name shopw as well? Right now it just says "Matt", and I would like it to say "Matt Corrion"
Here's the link: http://lot-lines.com