diff --git a/class-meta-box.php b/class-meta-box.php index 8e08bf6a..30d0ce72 100644 --- a/class-meta-box.php +++ b/class-meta-box.php @@ -16,6 +16,8 @@ class TitanFrameworkMetaBox { 'hide_custom_fields' => true, // If true, the custom fields box will not be shown 'priority' => 'high', // high, core, default, low 'desc' => '', // Description displayed below the title + 'post_format'=>array('standard','aside','chat','link','gallery','image','audio','video','status','quote'), + 'page_template'=>array() ); public $settings; @@ -82,7 +84,7 @@ public function display( $post ) { } ?> -