I have added a new custom user field for uploading a profile picture. I want that users upload and update their profile picture so that it shows on the custom frontend dashboard.
I have created content template and called it user profile (dashboard)! I use this template on every single page when user is logged in and it includes the picture field showing there. The problem is it doesnt matter if the user change or add a new photo, it will always show the same picture for all users. e.g if acount one add his profile picture then it updates on account one, account two, account three etc... All account has same photo even if 4 account are associated with different profile picture!
how can i show the general profile picture like attached, if usermeta='profile-picture' is empty. so if image field is empty it shows the gravatar picture and users will know that they can add their own picture!