2
Within the administrative panel of wordpress, I need to create about 10 pages, where each user has access only to the page that corresponds to him.
Example:
User X would only have access to the administrative panel of page X and user Y would have access only to the administrative panel of page Y.
As far as I know wordpress does not offer something like default. I tried to use some plug-ins like the Allow and the Members, but in both the lock is made only for the post-type "pages" ie just block access to all pages by hiding the page field from the left menu for blocked users, example:
adminimize panel - "pages" field next to the left add menu for blocked users.
Take into account the following questions:
How can I create a control similar to that of allow but releasing only one page for each user (as the example of the first image)?
How can I create other types of users besides wordpress default (admin, editor, subscriber...)?
NOTE: There is no problem if the proposed solution has to use "post" instead of "pages".