Info
- 7 posts
- 5 voices
- Started 1 year ago by auphoria
- Latest reply from DKB
- This topic is resolved
author link - force link to bbpress profile?
-
- Posted 1 year ago #
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.
-
- Posted 1 year ago #
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...
-
- Posted 1 year ago #
Thank you! Works perfectly!
-
- Posted 1 year ago #
Welcome!
-
- Posted 1 year ago #
I was looking for this also, thanks Gautam!
-
- Posted 1 year ago #
Wholesale high quality fashion jewelry, Welcome
----------------------------------------------------------------------
wholesale tiffany
wholesale Pandora
Friendship jewelry wholesale -
- Posted 1 year ago #
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? -
You must log in to post.