You will need to filter that list.
function alter_views_wpse_103613($views) {
$role="blogger_simple";
if (current_user_can($role)) {
$views = array('mine'=>$views['mine']);
}
return $views;
}
add_filter( 'views_edit-post', 'alter_views_wpse_103613' );
That filter list is part of the WP_List_Table
class if you want to investigate more. Look for the views
method.
Related Posts:
- How to Arrange Posts by Size in the WordPress Dashboard?
- How to add an admin notice upon post save/update
- Keep featured content post in homepage with original order
- How to get posts published between a date and today?
- How to Change Order of Posts in Admin?
- How to show related posts by category
- the_author() returns empty string
- Change label of title field for posts in the backend
- Display all posts from specific categories on a page
- Exclude drafts in all() view of edit.php
- How to exclude latest x posts from a paginated query?
- List latest posts in WP-Admin
- Open WordPress ‘Add New Post’ admin page with parameters set via $_GET
- using slug instead of ID in admin edit post url
- Display content from a specific category
- How to display posts by current user/author in a custom page template?
- post_name empty after wp_insert_post
- Categories box not showing on post edit pages
- Query posts distinct authors
- How to get previous 10 days post from a specific date – WP Query
- Number of posts per page setting is not working?
- Include Sticky Post in Page Posts Count?
- WordPress Posts Out Of Order after 3.1 Update
- Query only Posts from Both of Two Category?
- Insert custom div between posts
- Can’t show comments count per post outside loop
- Make “Post published. View post” Open in a New Tab
- Only display posts with comments
- How to get new post URL?
- Order post by year DESC and month ASC
- How to remove bulk edit options
- WordPress get posts by date without query_posts
- How to Display Post View Count
- Add confirmation popup on “Move to Trash”
- Embed WordPress Admin in an iframe
- Can’t publish, edit or delete posts since Gutenberg update
- Different amount of posts on homepage than paged pages
- Send email to user that his post has been rejected
- Add filter-by-tag in the all posts admin console page
- Featured Posts for Category Pages
- Remove some articles from the list in WPAdmin for a user
- How to place HTML below the title of the (custom) post overview
- How do I allow users to follow a post and then allow admins to email all users who have followed that post?
- display list of posts/pages in admin edit post/page
- Cannot Update A Post, 404 Error
- Redirection to taxonomy posts list after post submit.
- Custom Theme Want To Remove One Category From All Displays
- Function to show random posts from a category
- Hiding posts in a list from specified categories
- Invalid post type when click “Filter” or “Apply” button in WordPress admin Post list [closed]
- How to change the title url on the edit post screen?
- Change Order of Admin Posts Depending on Meta
- How would I get 1 latest post from a query for 5 posts?
- Filter Posts By Tag
- Can I set and show “important” post in my blog?
- Exclude posts with empty post_content in wp_query
- Diplay comment date on WP_Post_Comments_List_Table
- Change default Posts page
- Improving WP_Query for performance when random posts are ordered
- Create dropdown list post
- I would like to give special promotion for the first 100 posts in my blog? Can anyone tell me how to do that?
- previewing my posts on static page?
- Exclude newest post from category X but show rest
- Reset Popular post query?
- how to remove dash (-) post status from post title on posts listing page wordpress
- I am unable to publish/update post
- Inserting custom data to the_post() during loop
- How To Get Posts With A Specific Word
- Disable inline_edit() on edit.php
- Why WP_Query(‘showposts=5’) shows only 1 post?
- is there a way to show the the post title after the image?
- Display posts with tag that matches current post title
- WordPress’ ALL post count info on its dashboard does not match phpMyAdmin’s ALL post count!
- Why is querying posts messing up my pages?
- Display all posts that were published before full post on single.php
- Category Foreach keeps looping?
- Blog post per page setting conflicting with custom WP_Query?
- How to exclude latest x posts from a paginated query?
- Two loops, one AJAX loop, exclude posts in first loop from second loop, loops are in different files
- Classic editor throws 403 error based on post content
- Display Meta Values in Custom Filter – Admin Custom Posts
- Lost draft under all posts and drafts
- Random ajax load only works with posts_per_page set to -1
- Display an author’s posts on his own author page
- Simultaneous admin updates causes custom fields to not update
- Multi row post list
- Hook in to add new post link wp admin?
- posts_per_page option limits the number of Gallery items
- plugin to post from admin to flickr [closed]
- How to make multiple sections in home pulling posts category wise?
- wp_posts table: safely remove unused columns to save database storage
- Query Posts by Custom Field
- Order posts alphabetically: how to set order=asc in mysql query?
- How to order posts in an arbitrary order?
- Display Posts on Custom Page
- How to get posts from a current post’s month?
- Wrong post title displayed from loop
- Nested WP_Query breaking loop
- WordPress query_posts by tag doesn’t work anymore(?)
- While loop articles – if statement order