Hello there !
I am using MetaBox in order to implement a kind of dynamic page categories.
My code takes a list of "category" and for each one create a post type depending on some specific attributes (like slug, enable/disable switch, name, etc...).
The thing is the themes we are using are homemade and are only made for WordPress pages and not posts.
Then, is there any way to use the custom post type feature to create "page types" (kind of) instead of post types ?
It would prevent us to do a big rework of our themes and custom fields (and potential data migrations).