Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: A question about icons

If you’re trying to get the user for the current post in post.php, you might want to use:

$user=bb_get_user(get_post_author_id());

This should get the user for the current post author. Then you can loop through the roles.

Skip to toolbar