Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,846
- How-to & Troubleshooting
- 129,862
- Creating & Extending
- 25,892
- Requests & Feedback
- 9,534
- Third Party Plugins
- 9,832
- Showcase
- 3,316
- Ideas
- 1,402
- Miscellaneous
- 9,178
-
I put this together, it works but I don’t know if this is the best way to do it. (I don’t know PHP)
<?php global $user_ID, $user_identity; get_currentuserinfo();?>
<?php $user_info = get_userdata($user_ID);echo $user_info->user_login; ?>
it works on my site.