I do not want the users (role: subscriber) to be able to login via the wp-admin.
How would you suggest I do this ?
I do not want the users (role: subscriber) to be able to login via the wp-admin.
How would you suggest I do this ?
You must be logged in to post a comment.
You can remove the
Read
capability. That will prevent all access to wp-admin.See the note in the Codex about only needing to run this once.
Then you need to hide the admin bar.
And probably want to redirect subscriber logins:
Other attempts to access
wp-admin
will result in the “You do not have sufficient permissions…” almost-white screen.That is somewhat bare-bones but I think it gets you there.