Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to keep just Display Name which links to Profile in posts

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…

Skip to toolbar