braginteractive / MDLWP

Material Design Lite WordPress Theme
http://mdlwp.com
GNU General Public License v2.0
331 stars 83 forks source link

Meta-box Customize in Custom Post Type #20

Closed estudio3551 closed 8 years ago

estudio3551 commented 8 years ago

Can it be added the meta-box Customize a Custom post type? As it is shown in the post and pages. Try editing the file 'meta-box.php' but I could not do it.

In line 21 I change this: $screens = array( 'post', 'page' );

to this: $screens = array( 'post', 'page', 'post_type' => 'name_custom_type' );

Thanks.

braginteractive commented 8 years ago

This is a MetaBox question, not a MDLWP issue. I would recommend looking over the MetaBox docs: https://metabox.io/docs/registering-meta-boxes/