Forums

[resolved] Add by-line (author's name) to each post, after date (4 posts)

  1. Honu
    Member
    Posted 3 years ago #

    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

  2. green2go
    Member
    Posted 3 years ago #

    Change the code to:

    <small><?php the_time('F jS, Y'); ?> by <?php the_author(); ?></small>

    Oliver

  3. Honu
    Member
    Posted 3 years ago #

    Perfect! Thanks!

  4. 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

Topic Closed

This topic has been closed to new replies.

About this Topic