In your register_taxonomy()
args, set meta_box_cb => false
‘meta_box_cb’
(bool|callable) Provide a callback function for the meta box display. If not set, post_categories_meta_box() is used for hierarchical taxonomies, and post_tags_meta_box() is used for non-hierarchical. If false, no meta box is shown.
$args = array(
//other args
'meta_box_cb' => false,
);
register_taxonomy( $args );
Related Posts:
- Custom taxonomy hide meta box but show in menu
- Widget to display custom taxonomy tag cloud
- meta_key & meta_value not working with get_pages and custom taxonomy
- Tell the difference between a term and page when they have the same ID
- How to show all post related taxonomies
- Create custom taxonomy and Display in metabox dropdown
- Taxonomies on Pages with Custom Formatting
- How To Create Dynamic Permalink To Custom Taxonomy List of Current Posts?
- Unregistered taxonomy apears still as emtpy filter list
- transfer two existing taxonomy terms into one custom metabox
- Looking for suggestions on creating simple database (Help!!)
- Child Pages and Custom Taxonomies
- Alternative for is_taxonomy() to workaround theme’s default sidebar
- What is the current page’s Taxonomy?
- Taxonomy Meta Box in User Profile?
- How Parent Taxonomy automatically added to the post when using `wp_set_object_terms()`?
- Get posts in certain Taxonomy terms for the current page url
- Proper way to update the slug of a taxonomy using register_taxonomy? [duplicate]
- Displaying Custom Taxonomy without a hyperlink
- Get object for a few selected taxonomies
- How to add images to taxonomy terms? [duplicate]
- Why get_page_template() doesn’t show taxonomy template file name?
- Using wp_dropdown_categories in widget options
- Trying to add taxonomy to get_categories() but it’s not working. How to fix this?
- Edit custom taxonomy description programatically
- Get only immediate children (and not grandchildren) of a hierarchical custom taxonomy term
- Get taxonomy name for the current post
- View the complete list of a taxonomy in the navigation menu
- How to group all terms children’s in custom taxonomy?
- My custom taxonomy page is leading in 404 page
- Show template part if part of term
- one post per term taxonomy
- How can I change the output display of my pagination?
- wp_dropdown_categories – how to save in widget?
- Corrupted nav-menu?
- Get name of taxonomies of current page
- Filter through custom taxonomy with an array of taxonomy IDs
- List Top 5 taxonomy terms based on number of post
- How to get attached image to taxonomy..?
- Loop through custom taxanomy in post and display custom fields from posts
- How to get list of only custom taxonomies?
- Get list of taxonomies associated with users
- query_posts that have custom taxonomy and limiting what shows based on the taxonomy
- Dropdown taxonomy lists in admin menu
- Register `product_cat` taxonomy for default post post type
- Add custom taxonomy as a css class
- Custom Taxonomy Not Saving in Front End Post
- Taxonomy archive template that shows posts from more than one taxonomy
- Taxonomy page shows category in title
- Taxonomy.php how to show post only in current taxonomy with wp_query?
- Don’t display taxonomy if empty
- Query custom taxonomy for category including children
- Taxonomy Overview Page?
- Taxonomize taxonomy terms?
- Order taxonomy terms wordpress
- Only display latest custom taxonomy post
- Page for custom taxonomy
- How can I get Taxonomy Images to work with ‘orderby’ argument?
- Can You Build Page Templates Without Extra Files
- Unable to get the Parent Custom Taxonomy Terms
- How to get the term description in a taxonomy term archive query?
- 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
- How to define %category% for custom taxonomies?
- Unsetting post_tag taxonomy breaks term description for other taxonomies
- register_taxonomy for both ‘Post’ & ‘Page’
- Use wp_list_categories to list parent categories from actual term
- How to combine taxonomies into URL?
- Why do my quick edits for custom taxonomies not show on the post frontend?
- Amend taxonomy to search in wordpress admin
- Include get_term_link inside search
- Unique taxonomy for post
- Trash Bin for Categories?
- Set two terms for a post when they differ only by an accent
- Change the full permalink (URL) of a single post by connecting it to a specific page
- Prioritise Pages over Taxonomy Term Root Archive, but not Taxonomy Term Child Archives
- Tracking the name of a custom taxonomy
- Add terms to a taxonomy archive from within the same taxonomy
- Show recent posts from a custom taxonomy in wordpress
- Rewrite Search URL Permalink For CPT Custom Taxonomies
- display taxonomy terms with link
- new custom filed not showing in taxonomy
- How to add a dynamic dropdown derived from custom taxonomy
- Custom field with terms from another taxonomy programmatically
- Taxonomies and subtaxonomies relations
- Retrieve the child terms by having the parent’s information
- Fill New Taxonomies
- add pagination in wordpress page template
- How do I get the correct URL?
- Custom Taxonomies Archive Page 404
- How to replace custom post type with custom taxonmy in permalinks
- Listing Cities A custom taxonmy by selection order
- Cloning product not copying custom taxonomies
- Taxonomy template is not reading
- Template taxonomy-{taxonomy}.php doesn’t show my posts
- how do you pull data from two taxonomies?
- problem : Custom taxonomy template not showing
- How to create a non removable taxonomy term?
- Can I get thumbnail of taxonomy?