array( 'id' => 'post-right-sidebar', 'value' => 'left_sidebar', 'label' => esc_html__( 'Left sidebar', 'beetech' ), 'thumbnail' => get_template_directory_uri() . '/images/left-sidebar.png' ), 'right-sidebar' => array( 'id' => 'post-left-sidebar', 'value' => 'right_sidebar', 'label' => esc_html__( 'Right sidebar', 'beetech' ), 'thumbnail' => get_template_directory_uri() . '/images/right-sidebar.png' ), 'no-sidebar' => array( 'id' => 'post-no-sidebar', 'value' => 'no_sidebar', 'label' => esc_html__( 'No sidebar', 'beetech' ), 'thumbnail' => get_template_directory_uri() . '/images/no-sidebar.png' ), 'both-sidebar' => array( 'id' => 'both-sidebar', 'value' => 'both_sidebar', 'label' => esc_html__( 'Both sidebar', 'beetech' ), 'thumbnail' => get_template_directory_uri() . '/images/both-sidebar.png' ) ); /** * Callback function for post option */ if( ! function_exists( 'beetech_post_meta_callback' ) ): function beetech_post_meta_callback() { global $post, $beetech_post_sidebar_options; wp_nonce_field( basename( __FILE__ ), 'beetech_post_meta_nonce' ); ?>
ID, 'beetech_post_sidebar_layout', true ); ?>