Is it possible to remove all references to 'edit' or 'add' from a particular post type on its post list display screen in admin?
Is it possible to remove all references to 'edit' or 'add' from a particular post type on its post list display screen in admin?
Hi drtanz,
This is possible but the way to do it depends on what theme/plugins you are using;
you'll have to serach for : register_post_type('your_post_type', $args) There you will have the options set for this post type and you'll be able to edit out the 2 options.
Regards
Thanks, however I meant being able to remove the 'Add' button altogether, not modify it's text only. And I know it can be done via CSS, but would like to know if it can be done in a better way, more native to WordPress.
You must log in to post.