'_custom_post_options', 'title' => 'Post Background Color For Blog Page', 'post_type' => 'post', 'context' => 'side', 'priority' => 'default', 'sections' => array( array( 'name' => 'color', 'fields' => array( array( 'id' => 'bc_color', 'type' => 'select', 'options' => array( 'Normal' => 'Normal', 'blue' => 'blue', 'black' => 'black', ), 'default' => 'Normal', ), ), ), ), ); CSFramework_Metabox::instance( $options );