'page-options', 'title' => 'Page Options', 'desc' => '', 'pages' => array( 'page' ), 'context' => 'normal', 'priority' => 'high', 'fields' => array( array( 'label' => 'Heading', 'id' => '_heading', 'type' => 'text' ), array( 'label' => 'Subheading', 'id' => '_subheading', 'type' => 'text' ), array( 'label' => 'Primary Sidebar', 'id' => '_sidebar_primary', 'type' => 'sidebar-select', 'desc' => '' ), array( 'label' => 'Secondary Sidebar', 'id' => '_sidebar_secondary', 'type' => 'sidebar-select', 'desc' => '' ), array( 'label' => 'Layout', 'id' => '_layout', 'type' => 'radio-image', 'desc' => '', 'std' => 'inherit', 'choices' => array( array( 'value' => 'inherit', 'label' => 'Inherit Layout', 'src' => get_template_directory_uri() . '/functions/images/layout-off.png' ), array( 'value' => 'col-1c', 'label' => '1 Column', 'src' => get_template_directory_uri() . '/functions/images/col-1c.png' ), array( 'value' => 'col-2cl', 'label' => '2 Column Left', 'src' => get_template_directory_uri() . '/functions/images/col-2cl.png' ), array( 'value' => 'col-2cr', 'label' => '2 Column Right', 'src' => get_template_directory_uri() . '/functions/images/col-2cr.png' ), array( 'value' => 'col-3cm', 'label' => '3 Column Middle', 'src' => get_template_directory_uri() . '/functions/images/col-3cm.png' ), array( 'value' => 'col-3cl', 'label' => '3 Column Left', 'src' => get_template_directory_uri() . '/functions/images/col-3cl.png' ), array( 'value' => 'col-3cr', 'label' => '3 Column Right', 'src' => get_template_directory_uri() . '/functions/images/col-3cr.png' ) ) ) ) ); $post_options = array( 'id' => 'post-options', 'title' => 'Post Options', 'desc' => '', 'pages' => array( 'post' ), 'context' => 'normal', 'priority' => 'high', 'fields' => array( array( 'label' => 'Primary Sidebar', 'id' => '_sidebar_primary', 'type' => 'sidebar-select', 'desc' => 'Overrides default' ), array( 'label' => 'Secondary Sidebar', 'id' => '_sidebar_secondary', 'type' => 'sidebar-select', 'desc' => 'Overrides default' ), array( 'label' => 'Layout', 'id' => '_layout', 'type' => 'radio-image', 'desc' => 'Overrides the default layout option', 'std' => 'inherit', 'choices' => array( array( 'value' => 'inherit', 'label' => 'Inherit Layout', 'src' => get_template_directory_uri() . '/functions/images/layout-off.png' ), array( 'value' => 'col-1c', 'label' => '1 Column', 'src' => get_template_directory_uri() . '/functions/images/col-1c.png' ), array( 'value' => 'col-2cl', 'label' => '2 Column Left', 'src' => get_template_directory_uri() . '/functions/images/col-2cl.png' ), array( 'value' => 'col-2cr', 'label' => '2 Column Right', 'src' => get_template_directory_uri() . '/functions/images/col-2cr.png' ), array( 'value' => 'col-3cm', 'label' => '3 Column Middle', 'src' => get_template_directory_uri() . '/functions/images/col-3cm.png' ), array( 'value' => 'col-3cl', 'label' => '3 Column Left', 'src' => get_template_directory_uri() . '/functions/images/col-3cl.png' ), array( 'value' => 'col-3cr', 'label' => '3 Column Right', 'src' => get_template_directory_uri() . '/functions/images/col-3cr.png' ) ) ) ) ); /* Register meta boxes /* ------------------------------------ */ ot_register_meta_box( $page_options ); ot_register_meta_box( $post_options ); }