Skip to:
Content
Pages
Categories
Search
Top
Bottom

author link – force link to bbpress profile?

  • @auphoria

    Member

    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.

Viewing 12 replies - 1 through 12 (of 12 total)
  • @gautamgupta

    Participant

    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…

    @gautamgupta

    Participant

    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…

    @auphoria

    Member

    Thank you! Works perfectly!

    @auphoria

    Member

    Thank you! Works perfectly!

    @gautamgupta

    Participant

    Welcome!

    @gautamgupta

    Participant

    Welcome!

    @blahman29

    Member

    I was looking for this also, thanks Gautam!

    @blahman29

    Member

    I was looking for this also, thanks Gautam!

    @kiddbin

    Member

    Wholesale high quality fashion jewelry, Welcome


    wholesale tiffany

    wholesale Pandora

    Friendship jewelry wholesale

    @kiddbin

    Member

    Wholesale high quality fashion jewelry, Welcome


    wholesale tiffany

    wholesale Pandora

    Friendship jewelry wholesale

    @dkb

    Participant

    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?

    @dkb

    Participant

    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?

Viewing 12 replies - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.
Skip to toolbar