Hi, I want to add "Post by _____" to my posts. I found the code for it in:
</h2>by <?php the_author()?>
But I was wondering if it was possible to make the author name a link. The link show either the person's profile/website or their email.
Hi, I want to add "Post by _____" to my posts. I found the code for it in:
</h2>by <?php the_author()?>
But I was wondering if it was possible to make the author name a link. The link show either the person's profile/website or their email.
See the various author-related template tags here:
http://codex.wordpress.org/Template_Tags#Author_tags
You'll find one for email, website, and so on.
This topic has been closed to new replies.