Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Profile edit does not update website field (fail)


PJ Brunet
Participant

@knowingart_com

OK, my server is undergoing some upgrades, but this is what I came up with:

<div class="threadauthor">
<a href="/profile/<?php post_author_id(); ?>">
<?php post_author_avatar(); ?><br />
<?php post_author(); ?></a>
<br />
<!--<strong><?php post_author_link(); ?></strong><br />-->
<a href="<?php echo(get_user_link(get_post_author_id($post_id))) ?>"><small><?php post_author_title(); ?></small></a>
</div>

Now I’m going to change the URL back from numeric to the person’s username.

Skip to toolbar