In your functions.php file where the custom post type is registered do you see:
'supports' => array('title','editor','thumbnail')
or something similar? If so remove 'editor'
Related Posts:
- Stop WordPress automatically adding tags to post content
- How to retrieve text only from wp_content() not from wp_excerpt()?
- How to Create Editable Blocks of Text for the Homepage?
- How to remove images from showing in a post with the_content()?
- How to load a post into an empty div tag anywhere across the pages?
- Filter only the text in the_content
- wordpress post not showing my “” text>?
- Can I save part of the post in an external file and join it on the fly to avoid redundancy in the wp_posts table?
- WordPress post text starts newline after 93 characters
- How to use “Add link” pop up for a WordPress widget
- How to get all posts related to particular category name?
- Add tag to post api wordpress
- Add a new post status in the post progression
- How to add a quicklink to the Posts Admin Published|Scheduled|Trash menu
- How to show list of posts by author and category?
- Getting the Next and Previous Posts Titles in the Sidebar?
- How to control which category will be picked for the slug of a post?
- Create posts without login from frontend
- Is there a WordPress equivalent to MediaWiki templates
- Show author post count in sidebar – Variable
- which action to hook to in order to perform post-publish action
- Create new WordPress post [wp_insert_post] based on results of a WP_Query
- Comments not showing in custom post type – WordPress
- Multiple loops in same page, without duplicate content
- JetPack Infinite Scroll not working on custom theme
- Exporting Data from WordPress into a flat table
- Show that current post is number X out of X
- Unschedule a post
- Custom Order in WP Query
- Is There A WordPress Plugin That Produces PDFs of Posts Locally?
- Query Post Preview Updates from the WP API?
- How to change the page break URL from ../post/2 to …/post/page2/
- Search query – exact post title match
- Convert a complex webpage into WP theme
- Planned private posts get published immediately
- How to get most recent commented post above new submitted post in WordPress?
- str_replace the_title(); blues
- Is there a better, more efficient way to get the post id outside the loop?
- How To Add One Tag to Multiple Posts?
- Update Post creation date when updated
- Automatically republish old posts
- Automatically Updating Publish Date Bug
- Adding specific post category between posts in loop
- Properly display posts on homepage
- I can’t format text in th edit page (or posts) whats wrong..?
- “more” tag doesn’t appear when browsing category achives or search
- How to exclude latest x posts from a paginated query?
- Default to ‘all’ view on the ‘edit-post’ screen for authors
- I have a site where attachments in the wp_posts table have guid values of guid, how did this happen?
- Auto Filling Post fields
- WP Admin register taxonomy and post type performance
- How to get the last selected media alignment setting?
- Send post id through ajax and get the post content back
- WordPress Sidebar menu for posts based on date – guidance needed
- Permalink doesn’t get displayed in Twitter button (Local WordPress problem?)
- Highlight static blog page link in header
- wp_insert_post_data: Limit number of Page but Post get affected
- Conditional Tag for has post [closed]
- Update Post Meta is adding a value to my serialize array
- Possible to add a statement to a core file?
- older blog posts not showing in new theme
- Is there any way to stylize articles one by one?
- Intercept page request and add value to it
- How to display post title inside thumbnail?
- HTML Form Submit to table in same page
- Call current post URL in ajax
- Single post full screen template not inheriting WordPress role permission
- Publish a Silent Post without updating Feed
- Open a wordpress single post in a lightbox without the header and footer
- how many visitor open this post? [closed]
- Have posts included on a page that share same category
- displaying the categories post
- Separate top level categories on archive-product.php by meta
- How to add text before post_excerpt in Gutenberg
- While loop in functions.php outputting the_title() of each post on frontpage
- Execute php after post save/update
- Ignore posts content in the posts queries for internal linking
- Many buttons not functioning in WordPress dashboard (as admin)
- Is there a way to save different data when USER interacts with the same POST?
- Fill the exclude array() in get_posts()
- Prevent Archive URLs
- Dev and prod on the same database- dev version active for IOS
- Prevent WordPress from putting around specific element
- How to correctly escape data
- How to fetch posts that are stored in the different table than the default table (wp_posts)?
- Update user meta when post published no working
- Custom layout manager for posts
- How to make post button to a random post
- Where is object, property or label in the database that controls the order of the posts being displayed?
- How to get single post by one author?
- Latest posts on all pages
- Getting 404 when using rewrite rule for posts
- Posts and pages not getting published
- How to create a post based on data in a table?
- Display all posts from selected month
- How to show only the date, the title and a little “summary” of my WordPress post in my custom theme?
- Permalink remain the same on each page
- wordpress show category link instead of post link [closed]
- Site ‘Categories’: save an admin global setting with post metadata [closed]
- I cannot see the pagination in /wp-admin posts page