• How to enable editor restriction (limiting edit capability to selected posts) while enabling a user to create new posts?

    I set a new user role (limit_editor) with new post capability AND add post IDs to “Posts/Pages/Custom Post Types Editor Restrictions” to a “limit_editor” user. The user can add new post but it does not save (return “no permission” error)

    Any idea? Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Vladimir Garagulya

    (@shinephp)

    WordPress re-opens new added post for editing. New post has ID which is not included into the list of allowed posts. This is a reason of permissions error.

    Think about change of edit restrictions criteria. May be restrict user by category ID, or authors ID, or allow to edit own posts only.

    P.S. Use for questions related to Pro version the dedicated forum or email. This forum is for free plugins only.

    Thread Starter Liew Cheon-Fong

    (@lcf)

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Editor restriction with new post capability?’ is closed to new replies.