Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Bug? Profile pages show info for whoever is logged in

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!

Skip to toolbar