• Hello,
    I’ve just found a bug.

    %author_link% redirects to logged in user, not to the author’s one.

    Probably caused by:
    $author_link = bp_loggedin_user_domain();
    in post-author-box.php, line 348

    I changed to:
    $author_link = bp_core_get_user_domain( $user->ID );
    and it helped.

    I’ll be grateful for update in the next update of the plugin.

    Regards,
    Bernard

    http://wordpress.org/plugins/post-author-box/

  • The topic ‘wrong link to author profile’ is closed to new replies.