array( 'value' => 'left-sidebar', 'label' => __( 'Left sidebar', 'the100' ), 'thumbnail' => get_template_directory_uri() . '/inc/images/left-sidebar.png' ), 'right-sidebar' => array( 'value' => 'right-sidebar', 'label' => __( 'Right sidebar (default)', 'the100' ), 'thumbnail' => get_template_directory_uri() . '/inc/images/right-sidebar.png' ), 'no-sidebar' => array( 'value' => 'no-sidebar', 'label' => __( 'No sidebar', 'the100' ), 'thumbnail' => get_template_directory_uri() . '/inc/images/no-sidebar.png' ) ); function the100_sidebar_layout_callback() { global $post , $the100_sidebar_layout; wp_nonce_field( basename( __FILE__ ), 'the100_sidebar_layout_nonce' ); ?>
ID, 'the100_sidebar_layout', true ); ?>