Forums
-
- Forum
- Posts
-
- Installation
- 28,532
- Troubleshooting
- 62,748
- Themes
- 10,443
- Plugins
- 15,383
- Requests & Feedback
- 14,983
- Showcase
- 3,257
-
So in post.php
there is this code
<p>
<strong><?php post_author_link(); ?></strong><br />
<small><?php post_author_title_link(); ?></small>
</p>
which should be changed into…?
The point is that just dropping the post_author_title_link();
wouldn’t do.
I need to first have the author display name link to his/her profile page.
But I have no clue…