Forums
-
- Forum
- Posts
-
- Installation
- 28,501
- Troubleshooting
- 62,657
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,972
- Showcase
- 3,256
-
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…