array( 'value' => 'default-sidebar', 'label' => __( 'Default Sidebar', 'blossom-pin' ), 'thumbnail' => get_template_directory_uri() . '/images/default-sidebar.png' ), 'centered' => array( 'value' => 'centered', 'label' => __( 'Full Width Centered', 'blossom-pin' ), 'thumbnail' => get_template_directory_uri() . '/images/full-width-centered.png' ), 'left-sidebar' => array( 'value' => 'left-sidebar', 'label' => __( 'Left Sidebar', 'blossom-pin' ), 'thumbnail' => get_template_directory_uri() . '/images/left-sidebar.png' ), 'right-sidebar' => array( 'value' => 'right-sidebar', 'label' => __( 'Right Sidebar', 'blossom-pin' ), 'thumbnail' => get_template_directory_uri() . '/images/right-sidebar.png' ) ); function blossom_pin_sidebar_layout_callback(){ global $post , $blossom_pin_sidebar_layout; wp_nonce_field( basename( __FILE__ ), 'blossom_pin_nonce' ); ?>
| ID, '_blossom_pin_sidebar_layout', true ); ?> | |||