array( 'value' => 'default-sidebar', 'label' => __( 'Default Sidebar', 'blossom-fashion' ), 'thumbnail' => get_template_directory_uri() . '/images/default-sidebar.png' ), 'no-sidebar' => array( 'value' => 'no-sidebar', 'label' => __( 'Full Width', 'blossom-fashion' ), 'thumbnail' => get_template_directory_uri() . '/images/full-width.png' ), 'left-sidebar' => array( 'value' => 'left-sidebar', 'label' => __( 'Left Sidebar', 'blossom-fashion' ), 'thumbnail' => get_template_directory_uri() . '/images/left-sidebar.png' ), 'right-sidebar' => array( 'value' => 'right-sidebar', 'label' => __( 'Right Sidebar', 'blossom-fashion' ), 'thumbnail' => get_template_directory_uri() . '/images/right-sidebar.png' ) ); function blossom_fashion_sidebar_layout_callback(){ global $post , $blossom_fashion_sidebar_layout; wp_nonce_field( basename( __FILE__ ), 'blossom_fashion_nonce' ); ?>
ID, '_sidebar_layout', true ); ?>