How To Remove These Stuffs From Custom Post Type List Screen?
I don’t know what you mean by dirty way, hopefully not core editing! You can hide it with CSS. Or you can do it with PHP – see below: Hide the views part You can remove the views part with add_filter( ‘views_edit-post’, ‘__return_null’ ); for the post post type on the edit.php screen. The post … Read more