Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: using bb_get_profile_link


_ck_
Participant

@_ck_

no, bb_get_profile_link does not self echo but it does return a full formed url apparently, so I was half wrong to use it inside of a href.

The direct link is via get_user_profile_link( $id )

byles, your code is wrong in that it doesn’t need an echo

<?php bb_profile_link('link text here'); ?>

Skip to toolbar