I am using WP3 and want to starting adding users (many users to a single blog) but when I give a new user an account, they can see all the posts in the admin including scheduled, drafts, pending review etc. I either need the users to ONLY view their own posts or only view their own published posts (but not scheduled, drafts, etc). The admin should be able to see everything.
Here is a link I found on this issue with a code but the code is not working in my functions.php
http://wordpress.org/support/topic/show-only-authors-posts-in-admin-panel-instead-of-all-posts
