Hello,
I let my subscribers post on my site. When they post, they actually create a custom post type.
When they go to the admin page, how can I let them view/edit their posts?
So far even if I set public=true in "register_post_type" they still can see only their profile.
I don't want them as contributors, I just want to let them edit that specific custom post type. Any idea?
Thanks!