hi,
in an implementation i need to restrict authors from entering to wp-admin area, they just can log in and use membership features...
how can i have this limitation?
hi,
in an implementation i need to restrict authors from entering to wp-admin area, they just can log in and use membership features...
how can i have this limitation?
If you don't want them to access anything other than the front end, then set your default authorization level to 'subscriber' for new members in your dashboard. (The default setting). You can always then go in and select only the specific members you want to write posts etc.
If they don't need to access the wp-admin area, just don't set up an account for them. However, it seems like you're asking if they can access the write new page/post area and not the rest of the admin area. Is that what you're wanting to know?
You can read this article: http://codex.wordpress.org/Roles_and_Capabilities and/or use one of the following plugins:
you can also use
http://wordpress.org/extend/plugins/post-from-site/
with the above plugins if you want people posting, but not getting into the backend (provides an alternative posting method)
thank you everybody... solved! :)
This topic has been closed to new replies.