Advertisement
Guest User

Buddypress Avatar

a guest
Feb 27th, 2012
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. if (is_front_page()){
  2.  
  3. if ( is_user_logged_in() ) {
  4.  
  5. global $user_ID, $current_user, $user_identity;
  6. get_currentuserinfo();
  7. echo ucwords($user_identity);
  8. bp_loggedin_user_avatar('type=full&width=100&height=100');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement