array( 'id' => 'mags_sidebarlayout', 'value' => 'default', 'label' => __( 'Default Layout set in Customizer', 'mags' ), ), 'no-sidebar' => array( 'id' => 'mags_sidebarlayout', 'value' => 'meta-nosidebar', 'label' => __( 'No Sidebar', 'mags' ), ), 'no-sidebar-full-width' => array( 'id' => 'mags_sidebarlayout', 'value' => 'meta-fullwidth', 'label' => __( 'No Sidebar, Full Width', 'mags' ), ), 'left-sidebar' => array( 'id' => 'mags_sidebarlayout', 'value' => 'meta-left', 'label' => __( 'Left Sidebar', 'mags' ), ), 'right-sidebar' => array( 'id' => 'mags_sidebarlayout', 'value' => 'meta-right', 'label' => __( 'Right Sidebar', 'mags' ), ), ); // Use nonce for verification wp_nonce_field( basename( __FILE__ ), 'mags_metabox_check' ); // Begin the field table and loop ?> ID, 'mags_sidebarlayout', true ); if ( empty( $meta ) ) { $meta = 'default'; } ?>