add_action('init', 'init_remove_support',100);
function init_remove_support(){
$post_type="your post type";
remove_post_type_support( $post_type, 'editor');
}
place it to your themes functions.php
Related Posts:
- Is there a way to get N number of WYSIWYG editors in a custom post type?
- Adding content to archive and taxonomy pages on custom post types?
- Add / Remove Post Type from “Link to existing content” popup
- Adding multiple WYSIWYG editors to custom post type
- Add TinyMCE to CPT metaboxes in 3.1?
- wysiwyg editor don´t export paragraph
- WYSIWYG on custom meta boxes while disabling main editor?
- Getting custom taxonomy from custom post type
- Add .html (dot HTML) extension to custom post types
- Adding a menu item for a Custom Post Archive
- Make custom column sortable
- Removing unnecessary numbers appended to postname in permalinks
- The Great Plugin Nomenclature Contest of 2011
- Why are posts from custom post type not displayed in “category” archive?
- What should I use – Taxonomies, custom fields, Post Type?
- Duplicating custom post type and its posts
- How to handle a hierarchy with custom post types
- Add content before/after admin post wp-list-table
- How to rewrite custom post type URL for multiple depths instead of one specific depth
- How to restrict specific post types from being read or added by specific user roles (eg. author)?
- Image size filtering in Media uploader according to custom post type
- How to show a tag archive of one post type only
- Use Custom Post Type as Custom Field
- Custom Taxonomy archive returns 404
- archive-{$post_type}.php not loading. instead the default archive.php loads
- WordPress capability_type arguments
- Change upload_dir folder at a certain cpt but cant change back
- How to filter by custom post type in taxonomy archive pages
- Add specifications table for products page
- Why does current_user_can(‘edit_posts’) return true, but current_user_can(‘edit_post’, $post->ID) returns false?
- Woocommerce query specific product from specific category
- Custom Taxonomy Not Showing in Menu
- Get custom posts with certain ids in a custom loop using a shortcode
- Custom Post Type Draft Preview Goes to 404
- Deleting Custom Taxonomy Term only increments tag_ID
- getting all values of a custom taxonomy if there is no post
- Use same slug base for Custom Post Type posts, and multiple taxonomy terms
- Custom post type / taxonomy rewrite archive page 2 gives 404
- How can I list Custom Post Types created with the Types plugin under categories?
- Show child custom post types on single-{parent}.php?
- Remove Post Custom Meta Box
- How do I set a custom page template for a custom post type?
- Is there any way to get list of all possible filter hooks for all post types?
- Limit the Title Length on Custom Post Type Archive Page to a Set Number of Characters
- Custom Post Type Category On Admin
- Move content between custom post types
- Pods CMS: How to add custom column to Adnvanced Content Type
- Custom Post Type posts, conflict with posts after add_rewrite_rule to top
- How check if a post is saved from backend or frontend?
- Exclude Custom post type from /blog page
- How to query for posts (hierarchical custom post type) that have children but are NOT top level?
- Creating a “glossary” of WordPress posts of a specific post type
- Create a WP_Query where if the first value of the first row is equal to the second compare other value
- How to filter url on post submission?
- Incorrect ordering of custom post type based on time
- Custom Plugin – Query CPT – Display Results
- How to controll the Posts post type and general wondering about WP data structure
- Using Custom Post Meta Values in Shortcode
- Make Next and Previous on single-$posttype.php use the same order as archive-$posttype.php
- Posts 2 Posts plugin: best way to change connection field value?
- Auto Generate Post Title from 2 Custom Fields
- Single Parent post having children’s posts
- Custom posts stopped working after moving to new domain
- How to change the comments form title based on post type
- Control over custom post types on a specific page
- How to display the post using a shortcode in WordPress?
- How do you create pillar content pages?
- How to create an IF statement in the Main Loop for Custom Post Types
- dynamic vue widget inside custom post
- Grid slider with custom post type (how to filter with taxonomies?)
- Get meta values from parent post and save in child post
- Duplicate posts in my custom loop
- How to display a custom post as a page (but unedited)?
- How to override post-new.php with custom template
- Pagination in wp-admin for CPT
- Populate metabox dropdown with post title from another Custom Post Type (issues with wp_reset / global $post)
- Add pagination to custom page
- Facing some Issues on Two Parts Custom Post Type Taxonomy Names
- Display subcategories in the filter on CPT
- how to use two permalinks for one custom post type based on categories
- Rewriting archive page slug to be different than custom post type slug
- Complex strcuture as CPT or taxonomy for use in woocommerce product variations [closed]
- Custom Rewrite Tag Structure
- Custom post type archive pagination with HTML5Blank theme?
- Custom pagination [duplicate]
- WordPress loop to pull 4 pages/posts by ID
- Re-using single CPT code with get_template_part?
- WP_Query and two custom fields returns no posts
- Custom post type Featured Image popup not working
- Parent cpt/child custom post type URL permalink relationship
- Ordering custom post type by custom field without a title
- Reading csv from specific directory and insert it to custom post type (cron job)
- Problems with a custom meta_box
- create gallery page for specific post id
- Show custom posts with a specific “custom TAXONOMY slug” on startpage
- Plugin – read post into blank page [duplicate]
- How to make a single Menu Item call another Mega Menu for Custom Post Types and Custom Taxonomies?
- Custom taxonomy meta fields
- Why does wp_generate_uuid4() timeout?
- Delete Term from Custom Taxonomy using wp_delete_term isn’t working