Admin Edit Post – Hide Posts
-
Dear all,
I’m very new to WordPress (2 days…) but I am in urgent need to make some modifications in the admin part of my wordpress installation. I wish to hide certain things in the admin section for users with the contributer role. For now I wish to hide posts for certain contributers. Later I need to hide more parts.
For example, suppose contributer A visits edit-post section in the admin section. In this case contributer A should not be able to see any posts from other contributers. (The standard behavior is that contributor A can see other contributers posts but not edit them.)
I have not been able to find any action or filter appropriate for this modification. I have tried out the mange_posts_column but what I really would need is a manage_posts_row to disable certain rows in the list of posts.
I have solved the problem by making the necessary changes in the wp-admin code. I have also done some work using mange_posts_column, manage_posts_custom_column, and javascripts on the client side to hide appropriate posts. However each of those methods has it drawbacks and I am looking for a better solution.
I am grateful for any tips that can get me going in the right direction, and i apologize in advance if this question turns out to be trivial or if I have overseen something trivial. Remember, I am a newbie:-)
- The topic ‘Admin Edit Post – Hide Posts’ is closed to new replies.