Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: bbpress info in wordpress?

YAY!!! I figured it out!

<?php global $user_identity;

get_currentuserinfo();

if ($user_identity == ”) {

echo(‘Welcome Guest’);

} else {

echo(‘<img src=”/forum/avatars/’ . strtolower($user_identity) . ‘.jpg” alt=”avatar” />’);

}

?>

Skip to toolbar