WordPress devs

Izi

Izi

Soldato
Joined
9 Dec 2007
Posts
2,718
I am a .NET developer, but am currently working with WordPress.

My client will have complete control over the WP admin, however they need to allow one other person access to edit 1 page only in admin. Is this possible without bespoke development? What is the easiest way to achieve this?
 
You may be able to do it without customisation if you use the other person's login to create the item originally. Make sure they are then set to author for user role and I think they can only edit what they publish. They can still create new posts though, not sure about pages either.

http://codex.wordpress.org/Roles_and_Capabilities

This is a bit old, but you may get somewhere with it. http://www.wptavern.com/forum/plugins-hacks/169-limit-users-editing-specific-pages.html

Infact, this may be exactly what you are after. http://agapetry.net/news/introducing-role-scoper/
 
Back
Top Bottom