Activate Classic or Gutenberg Editor on a CPT UI Post Type

When generating new custom post types with the popular CPT UI plugin, you might see that whichever editor you have activated as your site’s post editor (classic or block) disappears on the post page when attempting to add new content. This can happen for two reasons.

cpt ui generated wordpress custom post type add new screen
CPT UI generated WordPress custom post type Add New screen missing the post editor

First, when you create your new Post Type using the CPT UI plugin, the Rest API should be set to “True.”

CPT UI Rest API True Setting
CPT UI Rest API True setting.

And, second, when you activate Support for various options for the Add New post type edit the post screen, the last option in the list is “None.” Activating “None” means disabling all options. Yes, it’s not clear what “None” means and that if it’s active, it will remove support for adding all of your standard Post edit options. There should be a “True” or “False” dropdown to toggle, right? Well, they’ve kind of lumped this setting in with all of the settings, which you might think does something else, not disable every element for the Add New post edit screen.

CPT UI Post Type Supports Options
CPT UI Post Type Supports Options

Once the check box option is disabled, the Add New screen will display all of the Post edit screen elements that you have enabled using the checkboxes under the Support option.

CPT UI generated Post Type Add New screen
CPT UI generated Post Type Add New screen

Leave a Reply