Forums

Join
bbPress Support ForumsTroubleshootingauthor link - force link to bbpress profile?

Info

Tags

author link - force link to bbpress profile?

  1. At the moment, this code <?php post_author_link(); ?> links to the url that users type in, I have some linked to BP profile, some linked to their personal websites.

    Is there a way to replace this code to link to their bbpress profile?

    p.s. this is the link beneath user avatar.

  2. The bbPress development (a.k.a. trunk) version allows you to choose what that link should link to (profile or website). But as you're using 1.0.2, you can change <?php post_author_link(); ?> to:

    <a href="<?php echo esc_attr( get_user_profile_link( get_post_author_id( $post_id ) ) ); ?>"><?php post_author( get_post_id() ); ?></a>

    That should probably work...

  3. Thank you! Works perfectly!

  4. Welcome!

  5. I was looking for this also, thanks Gautam!

  6. Wholesale high quality fashion jewelry, Welcome
    ----------------------------------------------------------------------
    wholesale tiffany
    wholesale Pandora
    Friendship jewelry wholesale

  7. Is there such thing too for <?php post_author_title_link(); ?> to link the title of the author to his profile rather than the website?

  8. You must log in to post.