I’ve looked around but can’t seem to find how to display specific categories based on whether or not the user is logged in or not. I.e. if they are logged in, display “All”, if they’re not, only display categories “1,2, etc…”.
Thank you for any help.
This isn’t currently doable out of the box; you could probably hack something together or use a custom role manager to do this, but it unfortunately isn’t a default option. We are adding a default role when registering our custom post types for 2.1, which should help this integrate smoother with any role manager you may be running.