array( 'id' => 'post-defalut-sidebar', 'value' => 'default_sidebar', 'label' => __( 'Default Sidebar', 'education-master' ), 'thumbnail' => get_template_directory_uri() . '/assets/images/default-sidebar.png' ), 'left-sidebar' => array( 'id' => 'post-right-sidebar', 'value' => 'left_sidebar', 'label' => __( 'Left sidebar', 'education-master' ), 'thumbnail' => get_template_directory_uri() . '/assets/images/left-sidebar.png' ), 'right-sidebar' => array( 'id' => 'post-left-sidebar', 'value' => 'right_sidebar', 'label' => __( 'Right sidebar', 'education-master' ), 'thumbnail' => get_template_directory_uri() . '/assets/images/right-sidebar.png' ), 'no-sidebar' => array( 'id' => 'post-no-sidebar', 'value' => 'no_sidebar', 'label' => __( 'No sidebar Full width', 'education-master' ), 'thumbnail' => get_template_directory_uri() . '/assets/images/no-sidebar.png' ), 'no-sidebar-center' => array( 'id' => 'post-no-sidebar-center', 'value' => 'no_sidebar_center', 'label' => __( 'No sidebar Content Centered', 'education-master' ), 'thumbnail' => get_template_directory_uri() . '/assets/images/no-sidebar-center.png' ) ); /** * Callback function for post option */ if( ! function_exists( 'education_master_page_meta_callback' ) ): function education_master_page_meta_callback() { global $post, $education_master_post_sidebar_options; $get_post_meta_identity = get_post_meta( $post->ID, 'post_meta_identity', true ); $post_identity_value = empty( $get_post_meta_identity ) ? 'edm-metabox-info' : $get_post_meta_identity; wp_nonce_field( basename( __FILE__ ), 'education_master_page_meta_nonce' ); ?>