Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to get user_nicename to display a link on post.php?

<?php bb_profile_link( array( 'id' => $user->ID, 'text' => get_user_display_name( $user->ID ) ) ); ?>

I’d guess… not really sure on the context where you’re putting it though, so I can’t really test

Skip to toolbar