As per le comment.
function remove_artist_meta() {
remove_meta_box( '{taxonomy name}', 'post', 'side' );
}
add_action( 'admin_menu' , 'remove_artist_meta' );
The Admin menu has been always difficult to deal with, some help here would be nice: http://core.trac.wordpress.org/ticket/12718
But I think that this could be added a a parameter to register_taxonomy
.
http://core.trac.wordpress.org/ticket/21543
Related Posts:
- Hierarchical taxonomy UI
- Adding Category/Tag/Taxonomy Support to Images/Media
- Add default WordPress tag meta box to User Profile
- Custom taxonomy hide meta box but show in menu
- How do you remove a Category-style (hierarchical) taxonomy metabox?
- Add description to custom taxonomy admin metabox
- Get the term id belonging to custom taxonomy on a custom single-post-type.php template page
- Automatically assign taxonomy term if custom meta value exists
- Move terms from one taxonomy to another keeping the hierarchy
- How to add taxonomy to Users menu in admin?
- How can I conditionally change the title of a taxonomy meta box?
- Make a taxonomy column sortable in the admin?
- How to Put Custom Taxanomy Meta Box in Main Column
- Metabox to list/store a certain type of post tag
- Adding content to a taxonomy metabox
- Render P2P metabox per taxonomy term
- Custom taxonomy link opens under Posts
- Create custom taxonomy and Display in metabox dropdown
- Separate tags with semicolon
- Removing custom taxonomies from the admin menu
- Remove taxonomy widget from “PAGE” post
- Custom taxonomies not showing up in admin menu
- Reusable metabox backend and frontend
- Dropdown taxonomy lists in admin menu
- unable to save custom taxonomy terms in a custom-built metabox in wp-admin
- Dropdown list of taxonomies won’t display selected
- Extra Meta Data for WordPress Multisite Taxonomy
- Remove Custom metabox from particular page template is used
- transfer two existing taxonomy terms into one custom metabox
- Looking for suggestions on creating simple database (Help!!)
- How to show/hide a meta box using categories, with a different post type
- Does a codex exist for creating meta boxes in taxonomy
- Attaching meta box to specific category/taxonomy in custom post type
- Taxonomy Extra Meta [duplicate]
- Displaying the custom taxonomies side by side on the admin dashboard
- Modify Term List in Custom Taxonomy Meta Box
- Best approach of implementing multi-select/checkboxes for taxonomies?
- get_the_term_list without links in 3.1
- Custom columns on edit-tags.php main page
- Creating a non-removable taxonomy term
- Is it possible to use one slug for Multiple Taxonomies?
- Is it possible to add taxonomies to user profiles?
- Get terms from multiple taxonomies
- get taxonomy terms for parent and child
- On Taxonomy Template page, want to add Post_Type
- Separator for multiple terms
- The next_posts_link() show me a aditional page in blank
- Help building array hierarchically with taxonomies (to get posts)
- What are terms and taxonomy, how they related to post and how these three are stored in database?
- Get multiple term objects by ids
- Echo custom taxonomy term name
- Next and Previous links on a single taxonomy page only link to same term
- Why does WP rename similar “term name”-slugs in separate taxonomies?
- How can I get WP to build a feed based on multiple taxonomy terms
- Getting the selected terms for custom taxonomies in the editor
- Change permalink of post if it belongs to custom taxonomy
- Set custom post type terms by id without knowing taxonomy
- How to determine the depth of a term in a custom taxonomy?
- How do I Use Multiple Loops with WP_Query?
- lock meta box position on post edit screen for contributors
- $wpdb query a post type within a specific taxonomy term while ordering posts by custom meta value?
- How to add contents of a custom field to a taxonomy term list?
- Google Map Shortcode for Custom Taxonomy/Post Types
- Querying two taxonomies
- How to target parent product category and its children using WooCommerce?
- Custom taxonomy query is empty. 0 = 1 in SQL
- How do you reorder the custom taxonomies on the right side of a custom post edit page?
- Ordering values entered in Custom Taxonomies
- What is the most efficient way of implementing a notification system? [closed]
- Remove custom taxonomy column from my custom post type columns
- Check if custom taxonomy has posts with get_categories()
- How to add images to taxonomy terms? [duplicate]
- Echo custom taxonomy slug
- Remove a href from this code
- Adding a second custom taxonomy to a custom post type (both shown in its table)?
- Get post terms from multiple custom taxonomies
- How to get list of only custom taxonomies?
- Replicate Drupal form options as taxonomies?
- Listing only custom post types with two required categories?
- custom taxonomies label in hebrew
- Amend taxonomy to search in wordpress admin
- filter for thumbnail not working for custom taxonomy term
- Custom taxonomy only gets saved in quick edit
- Get tags name under custom taxonomy in wordpress
- Show message if term slug changed
- Get post meta value outside of the loop
- Unable to create a new taxonomy
- Code inside conditional is_tax() only working when term has posts
- Change link of taxonomy when get_the_term_list( is used?
- Get link for taxonomy to show top-level terms
- Invalid taxonomy with custom script
- Multi level archive
- How to add meta fields to custom taxonomy add/edit page?
- Passing a variable to register_taxonomy()
- Broken paths on taxonomies after changing permalink to post name
- Trying to achieve row posts below category with multiple loops in custom tax
- Error in Custom Taxonomy UI
- Remove ‘portfolio’ from URL
- Two taxonomies with the same slug
- Hook function when taxonomy terms change