Custom post Types with page style (page-settings) configuration
-
Hi Im using CPT-UI plugin to create a custom post type but Im missing the theme-options page-settings in there.
There is an option to register custom supports values within CPT UI you might now what to put in there to get your theme-options page setings within a custom post type?
with kind regards
Andre
Hello,
Our page settings currently are set to be shown only for pages, posts and portfolio projects. If you want to add some custom post types you can do this in the file basel/inc/classes/Metaboxes.php
. Line #65
'object_types' => array('page', 'post', 'portfolio', 'YOURPOSTTYPE'),
Regards