simple question:
I have pages ( not posts ) on a website for the staff. So lets say a page with a profile for Mister Smith.
Now I made a new user with the role "author" and changed in the Wordpress editor the author of the page "Mister Smith Profile" to the user Mister Smith.
I want that if the user "Mister Smith" logs him self in into the wordpress wp-admin that he can only edit/publish his own page. And if possible that he only sees in the pages view his own pages.
It looks like that the wordrpess user roles only work for posts but not pages.
So I tried several plugins and either you need a charged pro version of the plugin or it is just nor possible.
User role editor:
(https://wordpress.org/plugins/user-role-editor/) : Need the pro version.
Role Scoper:
(https://wordpress.org/plugins/role-scoper/): You can still create new pages, see the other pages ( but get access denied if you want to edit them ), and you can delete all pages
Press Permit Core
( https://wordpress.org/plugins/press-permit-core/ ): Need pro Addon for like everything
Capability Manager Enhanced:
( https://wordpress.org/plugins/capability-manager-enhanced/ ): You can still create new pages, see the other pages ( but get access denied if you want to edit them ), and you can delete all pages
I also tried the suggestion in this Thread: Limit WordPress user to edit only his own pages
but it only worked for posts not pages !
So can anyone help me ?
Short version of my question:
User Role "Author" only edit/publish pages he is the author of. If possible with an plugin or maybe some coding on the wp functions.php.