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
- ACF – Tags not showing up in Custom Post Types
- Hide load more button if no more post in selected category
- Get template part using a custom taxonomy term
- Retrieve value of a category’s custom field
- Custom Post Type / Two level deep taxonomy (cat. and subcat.) uri problem (error 404)
- Archive for custom taxonomy lists all posts instead of current taxonomy
- Genesis filterable portfolio isotope [closed]
- Adding a custom post type taxonomy template in plugin
- Get post from custom post type order by two taxonomies
- Loading custom content type from ajax results?
- Get posts by querying taxonomy and certain terms of the taxonomy?
- How to restrict users and admin from creating new taxonomy terms?
- Posts from all the categories are being displayed instead of particular category
- How to save custom taxonomy from front end post submission
- How to convert custom post type based list to a dropdown list?
- How to add a custom taxonomy to show up in a custom post type menu?
- Display only one post each WEEK
- Overriding taxonomy and custom post type
- Get next and previous 3 posts in a term in single post page
- wp_query check if integer exists in custom field’s array
- Customize Query for post
- Custom post type templating problem
- Correct classes for WordPress menu items
- List children on child post
- Wrong request query on cpt and tax
- How can I see a list of my Custom Post Types of the last term I was in?
- Custom Taxonomies not appearing in Admin
- Custom Post hierarchical to custom taxonomy
- Custom Taxonomy Navigation, with current menu items for children?
- Search Custom Post Type & Taxonomies
- Getting a PHP Notice when using Pods with WPML [closed]
- Deleting Custom Taxonomy Term only increments tag_ID
- Restrict custom post type from appearing with ?post_types=
- Custom Post Type doesn’t show Draft and Trash Options
- Conditional Statement custom post type category
- Multiple portfolios and single item in two of them (ideas?)
- Show custom post type filtered by category
- Custom Post Type With Categories
- Get custom post type list for every category shortcode
- Loop custom taxonomy to get lists of cutom post types?
- Custom post type structure for posts with multiple child posts
- Get custom taxonomies from multiple posts
- Hierarchical Custom Post Types in Array
- create parent post using wp_insert_post
- Making certain categories of CPT not publicly queryable
- Pagination for Custom Taxonomy Page [duplicate]
- How can I make a custom post type sticky?
- Turn on and off custom post type from admin?
- Custom Post Type permalink shows wrong page: homepage/index.php
- Search / Filter posts on Title/Content OR Tags
- using $wpdb to get custom post type with term
- Custom Post Type Taxonomy Filters