Forums
-
- Forum
- Posts
-
- Installation
- 28,436
- Troubleshooting
- 62,517
- Themes
- 10,431
- Plugins
- 15,340
- Requests & Feedback
- 14,964
- Showcase
- 3,256
-
KnowingArt_com, <?php post_author_link(); ?>
will show a link to the post author’s page. I suspect you’d have to dig around with that source, but perhaps get_user_link( get_post_author_id( $post_id ) )
would help?
(code is between backticks, see the example just below the text window)