array( 'id' => 'simplecatch-sidebarlayout', 'value' => 'default', 'label' => __( 'Default Layout Set in', 'simplecatch' ).' '. __( 'Theme Settings', 'simplecatch' ).'', 'thumbnail' => ' ' ), 'right-sidebar' => array( 'id' => 'simplecatch-sidebarlayout', 'value' => 'right-sidebar', 'label' => __( 'Right sidebar', 'simplecatch' ), 'thumbnail' => get_template_directory_uri() . '/functions/panel/images/right-sidebar.gif' ), 'left-sidebar' => array( 'id' => 'simplecatch-sidebarlayout', 'value' => 'left-sidebar', 'label' => __( 'Left sidebar', 'simplecatch' ), 'thumbnail' => get_template_directory_uri() . '/functions/panel/images/left-sidebar.gif' ), 'no-sidebar' => array( 'id' => 'simplecatch-sidebarlayout', 'value' => 'no-sidebar', 'label' => __( 'No sidebar', 'simplecatch' ), 'thumbnail' => get_template_directory_uri() . '/functions/panel/images/no-sidebar.png' ), 'no-sidebar-full-width' => array( 'id' => 'simplecatch-sidebarlayout', 'value' => 'no-sidebar-full-width', 'label' => __( 'No sidebar, Full Width', 'simplecatch' ), 'thumbnail' => get_template_directory_uri() . '/functions/panel/images/no-sidebar-fullwidth.png' ) ); /** * @renders metabox to for sidebar layout */ function simplecatch_sidebar_layout() { global $sidebar_layout, $post; // Use nonce for verification wp_nonce_field( basename( __FILE__ ), 'custom_meta_box_nonce' ); // Begin the field table and loop ?>