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!!
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!!
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.
Oh, I was so helpful.
It still just shows the word 'by'. No author.
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>';
This topic has been closed to new replies.