Question

On one of my websites, the editor and subscriber have access to Dashboard, Profile and Plugins. This is really strange. There is no access to anything else - pages, posts etc.

Have tried re-installing wordpress and makes no difference.

Not using any user access plugins

Any help would be greatly appreciated! Chris

Was it helpful?

Solution

You should test the capabilities of your users and re structure them accordingly. Have a look at The Codex to get a list of capabilities for editors and subscribers.

If you want to use plugins, you can find some that will allow you to edit the capabilities.

else you can then use get_role(), add_cap() and remove_cap() to correct their capabilities.

OTHER TIPS

You should switch to a standard theme such as twenty twelve and see if it woks properly, of it does the problem is your theme and you should contact the theme author.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top