Use remove_meta_box
remove_meta_box( 'categorydiv', 'post-type-name', 'side' );
And hook it to ‘admin_menu’ as in the Codex.
function my_remove_cat_box() {
remove_meta_box( 'categorydiv', 'post-type-name', 'side' );
}
add_action( 'admin_menu', 'my_remove_meta_boxes' );
I am guessing a little at the first parameter–‘categorydiv’–, but that is what it looks like based on your screen shot.
Related Posts:
- WP_List_Table Inside Metabox Not Working on Submit
- Showing current taxonomy terms
- Custom permalinks – post type – hierarchical taxonomy’s
- automatically create taxonomy with same name as post title
- Display taxonomy term only if there’s a value
- Adding Custom Taxonomy to WordPress default Post type
- Display types of posts in edit.php instead of All, Published, Scheduled and Draft
- Making pages also serve as taxonomies? Or give full pages to taxonomies?
- get_queried_object error How to show post count by month in the taxonomy page
- How to filter the taxonomy terms based on another taxonomy term
- Custom Taxonomy – Tags Metabox is showing instead of Categories
- Show Two custom Post type and their posts on category page
- Missing Posts in Custom Taxonomy List
- Which post does a taxonomy term belongs to?
- List custom taxonomy specific to one custom post type
- Get related posts of child term of custom post type
- WP the_posts() on single-cars.php get category link
- Variable not working in WP_Query
- How to Display Posts From Category Within a Custom Taxonomy?
- display posts of custom post type with custom taxonomy
- How to query Posts from a custom post type which contains a custom taxonomy?
- Copy/Move selected taxonomy terms to another taxonomy for posts
- Different structure/content for posts from a custom post type
- List all posts in taxonomy term
- custom taxonomy listing returns no posts
- Making a form for user to add new custom post with custom taxonomies and custom fields
- Search CPT by tag ids
- Post template with breadcrumb needs to show page navigated from
- What is the best way to structure posts for the same event happening in different years?
- Right way to store a large set of similar information on website? [duplicate]
- Define multiple prefixes for custom post type
- I cannot display custom posts in custom taxonomy
- How can I group by Taxonomy on Custom Post Type while filtering out based on custom Meta
- How to manage a dynamic multi-level page hierearchy system?
- How can I get the last 5 element of this tax query?
- Display title of all custom posts from same taxonomy term on a custom post template
- How to get all posts related to a taxonomy?
- Filter By Term Not Working – Custom Post Type
- Custom Post Status & Taxonomies
- Post Editor: display categories from current post type taxonomy only?
- Linking custom taxonomies and posts
- How to Associate Posts with Pages
- Query Only Show Text on Posts With Certain Taxonomy Tag
- Custom My account page and custom page for editing posts
- Get custom post type parent category
- Automatically add custom taxonomy when meta value gets to a set number or beyond
- Sort ACF by custom taxonomy
- How to develop Knowledge center in WordPress Website
- Remove slug from custom post type post URLs
- Add category base to url in custom post type/taxonomy
- has_term or in_category for Custom Post Types
- WordPress Custom Post Type Category Page
- Unable to save custom taxonomy terms in a custom-built metabox
- custom sortable column
- How to embed form data within the ‘Add new post’
- Custom post types, taxonomies, and permalinks
- How to create custom boxes with text inside?
- using $wpdb to get custom post type with term
- Categories sorting
- Add custom taxonomy to post content body?
- Display Ad on Specific Categories
- Issue on Creating Custom Tax Term Dynamically From Another CPT Meta-box On Publish
- Custom post type and taxonomy permalinks
- Exclude custom taxonomy term posts from custom post loop
- Not Able To Render Single-CustomPostType.php File
- Retrieve custom post types by custom taxonomies with WP_Query
- How to change “post_class()” for a custom post type?
- Get an array wich contains the post_name of every post that has the custom post_type “pelicula”
- Using page slug in wp_query
- Custom taxonomy (categories) on custom post type return no results
- Custom taxonomy wp_query woes.
- Remove taxonomies using register_post_type_args
- Different options per post type in WP_Query
- Change custom taxonomy archive permalink
- Get template part with CPT and Custom Taxonomy conditionals
- Displaying One Custom Post Type’s Content On Single Post of Another Custom Post Type
- Is there a way to make child posts inherit parent post terms?
- Custom post types category
- Query Custom Post by taxonomy multiple categories
- Advanced archive url structure (category, tag and date)
- Setup page template array in a custom post type
- Does “Custom Post Type” can have page hierarhy option?
- Custom taxonomy terms as children of multiple custom post types
- Custom Taxonomy and Categories
- custom taxonomy pagination 404 error
- How to mass get post editor URLs
- Filter in Custom post type to find the parent post
- Excluded Custom Taxonomy Term Posts Displaying in loop
- Listing all custom posts having a specific taxonomy whatever the terms
- Create a Hierarchical List of Custom Taxonomies AND Posts
- Making permalink for custom post type/custom taxonomy. Stuck with 404 in the single post
- Custom Taxonomy page redirecting to 404 page
- Filter a custom taxonomy from displaying a button all other taxonomies can show
- Problem with type plugin and custom taxonomies
- Custom post type – two taxonomies
- Post content stays the same but permalink changes ?
- Looping taxonomy in taxonomy?
- Missing categories for Custom Taxonomy and Custom Posts
- Get X posts with the same terms as the current post (custom post type and custom taxonomy)
- From form submission values – dynamically update CPT “has_archive” slug and custom taxonomy “rewrite” slug value