Change WordPress user roles and capabilities › Forums › How to or FAQ › How to allow user role to edit posts of certain user id › Reply To: How to allow user role to edit posts of certain user id
28/02/2021 at 07:44
#7392
Peled Ben Yair
Participant
In addition to that issue
I understand that I need to check edit posts
for that option to show.
but if I check that checkbox the user is able to edit all the posts and not the posts that were created by a certain user.
for example, I created a role named tikshuv_editor
I want to let tikshuv_editor
role the option to edit posts by user with userid = 4.
but because I gave him the option to edit posts, tikshuv_editor
is able to edit all the posts by all the users…
How can I solve that?