• Resolved tracyfh

    (@tracyfh)


    How do I add the author here:

    echo ‘<span class=”postdate serif”>’.date(“F j, Y”,strtotime($row[‘post_date’])).’by

    THANKS!!!

    -T

Viewing 2 replies - 1 through 2 (of 2 total)
  • <?php the_author(); ?>

    or

    <?php the_author_posts_link(); ?> if you want it to link to their posts

    Thread Starter tracyfh

    (@tracyfh)

    thanks, but it didn’t work. It only says the word ‘by’ now.

    This is what I tried:

    echo ‘<span class=”postdate serif”>’.date(“F j, Y”,strtotime($row[‘post_date’])).’by <?php the_author_posts_link(); ?></span>’;

    Any more suggestions???

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding Author’ is closed to new replies.