Forums
-
- Forum
- Posts
-
- Installation
- 28,380
- Troubleshooting
- 62,269
- Themes
- 10,391
- Plugins
- 15,313
- Requests & Feedback
- 14,924
- Showcase
- 3,252
-
The user_id of the user on the profile page might be in $user->ID
try global $user; $user_id=$user->ID;
($user is only available on the profile page)