Refine pledge meta config and metaboxes

This commit is contained in:
Corey McKrill 2019-10-01 16:23:22 -07:00
parent 9ccf13b9de
commit 80aca01533
No known key found for this signature in database
GPG key ID: C2C0746F7BF17E38
5 changed files with 129 additions and 37 deletions

View file

@ -61,7 +61,7 @@ function register_custom_post_type() {
$args = array(
'labels' => $labels,
'supports' => array( 'title', 'thumbnail', 'author', 'revisions' ),
'supports' => array( 'title', 'thumbnail' ),
'hierarchical' => false,
'public' => true,
'show_ui' => true,