We have a custom post type that each signed in user can create a post under. On this custom post we show a list of results from another custom post. For example each user creates a profile custom post (essentially a profile page). Each user can also create a custom post called News. We display a list of News posts on the profile page using Views, however at the moment it shows all News posts from all users.
We only want to show the News posts associated with the user whos profile page it is and not all users News posts. So in then end you look at a profile page and only see information associated with that profile.
Could you let me know how to do this. I've tried a few things but can solve it.
thanks
Andy