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
- WordPress theme custom capabilities not works
- custom post type not showing in menu
- Custom posts don’t work
- No posts found – Custom Post Type show_ui
- How to customize a permalink (URL) structure?
- 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?
- WordPress post_where & posts_join not working only for custom post type
- Add custom ID to CPT posts only create not update
- Add custom post type as submenu [closed]
- WordPress multiple custom post types capability conflict in a single menu
- Getting meta in editor plugin, and event triggering issue
- Orderby CPT custom fields not working
- Unable to get Custom Plugin Options data
- Update post meta not working in transition_post_status
- How to automatically set ‘default image size’ for specific Custom Post Type
- Use custom metabox to update automatically a post after a given date
- Custom setting to show or hide field
- Options page – dropdown of users
- Addition of custom option panel crashes Media Library & Admin Area
- Custom Permalink to remove category word , keeping posts permalink with date?
- Form action/link to render a plugin in WordPress front-end
- What is the best practice for displaying my plugin content in themes?
- Custom post type archive page blank
- Add Custom Post type menu to another menu in specific location
- Set a CPT slug as a base name for all the taxonomies
- 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?
- Custom post listing page layout of custom post type
- How to Get WordPress custom post data in WooCommerce product meta panel? [closed]
- A custom post type in another post type
- Adding a metabox on a CPT’s submenu page
- Deleting taxonomy terms and relationships on a custom post_type when a user is deleted
- Edit Custom Post Type on Custom Admin Page instead Post Admin
- Plugin fatal error
- custom comments form for custom post type
- Wrap meta boxes & data handling for specific post types in classes?
- Problems wp_insert_post and save_posts filter
- Custom fields for custom post type
- Redirect to another page using contact form 7? [closed]
- Suggestion on custom post type/ taxonomy relationship
- wordpress remove views from action links in a custom post
- When should I create custom post types?
- Custom post type’s extra fields – how to handle?
- Save Multiple Metabox values
- Send a conditional email notification when a custom field value changes in Post Type
- WordPress custom post type capabilities issue
- HowTo: Custom Post Type (Meta) to Custom Table
- how to set a WP Plugin’s url
- Getting 400 Bad Request on AJAX Call
- Main query not querying any posts in custom taxonomy template
- Custom Empty Results page for my Custom Post Type
- detect your custom post type in WordPress
- ACF in wordpress
- Theme independent plugin by using default page template
- Option page’s form doesn’t work
- 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
- How to group navigation items in the admin panel
- What’s an efficient way to change the post status of many posts at once?
- Set a hard-coded page-template (post-type-archive) as home/front-page of my wordpress blog?
- populate array with posts
- How can I include active content in a custom post type?
- Dynamically insert code to custom post type loop
- Show current custom taxonomy
- How to insert data into meta box from another plugin?
- How exclude or skip post type with get_next_post_link
- WordPress: Custom User Role cannot access Custom Post Type | “Sorry, you are not allowed to access this page”
- How to access the thank you page from the single post?
- How do I add custom HTML to the content of an archive page’s posts?
- How do you make a list and list item relation if custom post types?
- Add to ‘action’ within post.php to allow more actions when editing a Custom Post Type in a plugin
- ajax response not recieving
- Add form after woocommerce admin order edit
- Custom Meta Box returns no HTML
- Unable to format dates to put in event calendar
- How to add query args to links to CPT admin submenu
- How to Use Custom Meta Field Instead of CPT Title in Post URL
- Dynamic assign a custom template to custom post type posts
- How to add and display custom content that is not a post
- Custom post type in Custom widget – $listItem
- Add post type pages with plugin
- Problem with adding custom post type meta to header by plugin
- Validate Custom Post Type fields
- Creating alternate meta box context locations
- Create a select metabox that the user can pupolate?
- Generating and downloading files with WP API
- Types plugin custom post add_action hooks
- Convert Custom Table Data Based Plugin To Be Searchable
- Modify a plugin function output from another plugin
- How to List Custom Post Type Titles Based on Theirs Taxonomy Terms Inside a Nested Loop
- CPT to installable Plugin