Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: User profile link in post – replacement link

You just want to change the output from <a href="http://mbforum.letsdoo.org/profile/michael">Key Master</a> to <a href="http://mbforum.letsdoo.org/profile/michael">Profile</a>?

Try this:

<div class="threadauthor">
<?php avatarupload_display(get_post_author_id()); ?>
<p>
<strong><?php post_author_link(); ?></strong><br />
<small><a href="/profile/<?php post_author(); ?>">User Profile</a></small>
</p>
</div>

Skip to toolbar