I have that plugin installed and I created an anonymous user group for the user so that I can change their capabilities without affecting any of the other users. The problem is, I don’t know how to create a capability that allows the user to write drafts but do nothing else.
I don’t want the anonymous user to be able to access the dashboard, or edit the anonymous posts, or edit the profile because I want that to stay anonymous as well.
Is there a way that I can somehow use the part of the ‘edit_posts’ capability that allows a user to write drafts, but not allow access to the rest?
There was some code here that let me remove the menus, but it did it for all users except for the admin user. Plus the dashboard still showed up so the anonymous user could just use those links to get to the profile and edit options.