Forums
-
- Forum
- Posts
-
- Installation
- 28,405
- Troubleshooting
- 62,314
- Themes
- 10,392
- Plugins
- 15,316
- Requests & Feedback
- 14,932
- Showcase
- 3,255
-
Your hunch was right, it was a template problem. I was using the variable $user in my header.php to refer to the person currently logged in (for my custom user menu). Little did I know that this variable is also used by the profile page to store the person you’re looking at. So I was unintentionally overriding it with my custom code.
Fixed!