You can pass boolean false
to supports
to have post type support nothing at all.
However note that:
- you might run into issues with saving “empty” posts (not having one of title/editor/excerpt)
- likely you still want it to support
custom-fields
at least, rather than nothing at all
Related Posts:
- Where, When, & How to Properly Flush Rewrite Rules Within the Scope of a Plugin?
- Is it possible to sort metabox teaxtarea values?
- Run query on specific admin options page and send results to select field in another function
- Custom Post Type featured option
- How do I change the author of a custom post type?
- How to add a button to custom post type’s posts-page
- Creating a custom public user page
- Is flush_rewrite_rules necessary when creating a custom post type? Why?
- Remove Slug from Custom Post Type results in 404
- working Custom Post Type and Widget code no longer works when moved from functions.php to plugin
- Unable to filter on field on edit.php page
- Insert slider (Custom Post Type) into pages
- How do I create a custom post type for a training CMS in WordPress?
- WP Query group/order by category name
- Save or update data when custom post published
- Using posts and postmeta table to store custom Address Book Plugin data
- template_redirect not working, apparently for no reason
- How do I add a custom button to my “edit” list? ( edit.php?post_type= ) beside “Add New”
- How to add multiple featured image in meta box in post editor?
- How do I set the link in the Custom Post Type admin menu?
- How to List Thumbnails based on Custom Categories
- Adding Meta Boxes while Registering a Post Type in a Class
- How to have the right design for a custom post type without accessing themes
- Dynamic Custom Post Type Plugin
- handling csv data with a custom post type
- Custom Post Type | Fatal Error on register_post_type()
- Set object terms not working on plugin activation
- Using custom page templates with plugin [duplicate]
- Custom Post Type rewrite
- Admin notice not displaying
- How to Get Current Custom Post Type Selected Taxonomy Term (Not All Terms)
- Insert Multiple Post with Same Publish Button
- Update menu when saving settings
- custom post type not showing in menu
- Adding a custom post type taxonomy template in plugin
- Plugin: register custom post types, child ready and performance best practices
- How to add a custom taxonomy to show up in a custom post type menu?
- Give a permalink to Custom Post Types without title
- Getting template_include to work when allow_url_include is off?
- Getting meta in editor plugin, and event triggering issue
- How to automatically set ‘default image size’ for specific Custom Post Type
- Form action/link to render a plugin in WordPress front-end
- How to use TinyMCE Editor for one of my custom post meta field?
- How to Create a WordPress Plugin With Custom Post Type/Custom Field Features?
- Deleting taxonomy terms and relationships on a custom post_type when a user is deleted
- Custom fields for custom post type
- Save Multiple Metabox values
- ACF in wordpress
- Theme independent plugin by using default page template
- How to add and clear custom post types and taxonomies in a plugin? Considerations for existing data
- Save and user submitted data from a form and display them in the wp backend
- post_parent in custom post type
- What’s an efficient way to change the post status of many posts at once?
- populate array with posts
- Dynamically insert code to custom post type loop
- How exclude or skip post type with get_next_post_link
- How do I add custom HTML to the content of an archive page’s posts?
- How to add query args to links to CPT admin submenu
- How to add and display custom content that is not a post
- Custom post type in Custom widget – $listItem
- Problem with adding custom post type meta to header by plugin
- Creating alternate meta box context locations
- Types plugin custom post add_action hooks
- Convert Custom Table Data Based Plugin To Be Searchable
- Limiting Amount of Posts in a Custom Post Type again
- Limit Amount of Pages users can create in Custom Post Types
- Wp Meta Query does not work while simple Query Works
- Auto update publish date of CPT Post if default post custom field value match to cpt post CF Value
- Why are custom taxonomies only appearing on the edit page of one of these types, but not the other?
- How to add a default predefined thumbnail when creating a brand new post?
- How can i display a taxonomy? i have created a plugin and then a custom type. and a taxonomy , also i have register it
- Plugin Development using classes – Public & Private Callbacks
- URL issue retrieving Custom Post Types using Backbone JS API
- WordPress Custom Post Loop
- Create a post automatically if search result has zero results
- Unable to gather Image URL from Custom Post Type’s; Custom Meta Field
- How to display the post using a shortcode in WordPress?
- Correct way adding External classes to Custom Post type and output their methods to template
- ‘Simple’ Reservation System
- Shortcode and get_template_part
- dynamic vue widget inside custom post
- Custom Post Type Front Page Gives 404
- Show Post columns to specific users on condition
- Custom Post type plugin is using theme single.php and style.css
- get_permalink() of page the enclosing page not posts
- Not able to get all the actions (View, Edit, Quick Edit, Trash), and not able to delete post in custom post type
- call a function when insert and update a custom post type
- Facing some Issues on Two Parts Custom Post Type Taxonomy Names
- WP_Query doesn’t accept Category ID
- Error in WP Query. If variable is empty it is displaying previous post value
- Custom post type not being pulled in widget
- Registering an optional custom post type from a plugin
- Generate custom RSS from a plugin
- Issue on Counting CPT’s Under Taxonomy Term
- Add Excerpt On Quicksand Plugin
- Inserting into WP DB
- Create settings page to enable or disable CPT
- How to change post cpt with submit button?
- How to set the Screen Options for Users in the Admin Panel?
- How to filter custom post data with AJAX?