[ad_1]
Hi guys!
I am working on website where I want to have users be able to login, create, edit and delete posts of a custom type (called characters). Is it possible to have a user sign in/sign up for a website without them having access to the wp-admin backend?
[ad_2]
Need to use contributor or editor access, or custom user role that grants specific permissions. All of these users will have access to a version of the backend, but wouldn’t have admin access.
https://wordpress.org/documentation/article/roles-and-capabilities/ – author or contributor are probably what you’re looking for.
You may need to create a custom role to limit access to a specific post type https://en-au.wordpress.org/plugins/user-role-editor/