How can I set roles to let author or contributor to see only their own posts?
For example, If I login as an author, now I see all posts, but I want to see only my posts.
Thanks!
How can I set roles to let author or contributor to see only their own posts?
For example, If I login as an author, now I see all posts, but I want to see only my posts.
Thanks!
It is not possible with standard WordPress capabilities set. WordPress check the only 'edit_posts' capability at wp-admin/edit.php which provides the posts list.
As WP provides ability to filter posts by date or category, I think it is possible to filter post by current user, but it is the task of another (then URE) plugin.
You must log in to post.