Replies: 0
I have posts which use a custom field, author_alias, to attribute a post by an infrequent contributor, but authored (in WordPress terms) by an admin. The byline in the author vcard class displays the author_alias field properly on the post, but the URL for this author defaults to …/author/[admin].
How can I modify the byline so that the URL for the author defaults to …/author/[author_alias]? That way when a user looks for more articles by this guest contributor by clicking on the byline link, she doesn’t get a massive list of posts by “admin,” regardless of the guest byline.
Thanks for your help.