array( 'id' => 'ambition_sidebarlayout', 'value' => 'default', 'label' => __( 'Default Layout Set in', 'ambition' ).' '.''.__( 'Customizer', 'ambition' ).'', 'thumbnail' => ' ' ), 'no-sidebar' => array( 'id' => 'ambition_sidebarlayout', 'value' => 'no-sidebar', 'label' => __( 'No sidebar', 'ambition' ), ), 'no-sidebar-full-width' => array( 'id' => 'ambition_sidebarlayout', 'value' => 'no-sidebar-full-width', 'label' => __( 'No sidebar, Full Width', 'ambition' ), ), 'left-sidebar' => array( 'id' => 'ambition_sidebarlayout', 'value' => 'left-sidebar', 'label' => __( 'Left sidebar', 'ambition' ), ), 'right-sidebar' => array( 'id' => 'ambition_sidebarlayout', 'value' => 'right-sidebar', 'label' => __( 'Right sidebar', 'ambition' ), ) ); /****************************************************************************************/ /** * Displays metabox to for sidebar layout */ function ambition_sidebar_layout() { global $sidebar_layout, $post; // Use nonce for verification wp_nonce_field( basename( __FILE__ ), 'custom_meta_box_nonce' ); // for security purpose // Begin the field table and loop ?>