I’m running a news site with WP, and I would like it for visitors to register in order to post comments, but have no rights to create their own post, upload files etc.
And is their a way that this can be done without having the user login by using wp-admin?
In addition you will need to restict what your users can do.
Consider either of these plugins Capability Manager or user-role-editor. Both these allow you to change any standard WordPress user roles (except administrator) capabilities list with a few clicks.
(@smitaruba)
16 years, 1 month ago
I’m running a news site with WP, and I would like it for visitors to register in order to post comments, but have no rights to create their own post, upload files etc.
And is their a way that this can be done without having the user login by using wp-admin?