• Resolved tracyfh

    (@tracyfh)


    This is what I tried but it only says the word ‘by’ now.

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

    THANKS!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Please change to

    echo '<span class="postdate serif">'.date("F j, Y",strtotime($row['post_date'])).'by '; the_author_posts_link(); echo '</span>';

    and try again.

    Thread Starter tracyfh

    (@tracyfh)

    Oh, I was so helpful.

    It still just shows the word ‘by’. No author.

    Thread Starter tracyfh

    (@tracyfh)

    I meant, I was so HOPEFUL

    It still just shows the word ‘by’. No author. And this is what I have no.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adding author not working….’ is closed to new replies.