Ok this must be easy I just can't work out why nothing is working.
I have a wordpress theme with 3 custom post types. I want to restrict access to the majority of the posts and allow an admin to make some post viewable by the public. I want it to be as simple as possible.
What I currently have is, I've set all post to default to private, then the admin can come in and make whichever post he likes to "public" so people that are not logged in can see them.
The problem is with this is I cant get the private posts to show on the fontend for logged in users. I have tried numerous plugins, Members, Advance Member Access and Role Scooper but none of these seem to work as soon as I add custom post types.
Please help guys does anyone know how I can set it so if user logged in show everything including public and private posts and not show private post to non logged in users.
Or is there a better way to handle the private post stuff?
thanks