Hi all,
I have created a custom page where I am displaying only members from a certain user role which have data from a specific field matching that data of the logged in user. What I really want to do is display that members list in the logged in user’s profile page. The problem I am having is that once on the profile page it picks up the user’s id and so trying to add the member loop there renders no members because it is based on the current user and not picking up the entire database.
Is there any way of exiting the current user id within the single profile loop and then resetting again to display the rest of the profile?
Hope that made some sort of sense, having difficulty explaining what I need.
Thanks,
Lee