array( 'id' => 'post-right-sidebar', 'value' => 'left-sidebar', 'label' => esc_html__( 'Left sidebar', 'buzstores' ), 'thumbnail' => get_template_directory_uri() . '/images/left-sidebar.png' ), 'right-sidebar' => array( 'id' => 'post-left-sidebar', 'value' => 'right-sidebar', 'label' => esc_html__( 'Right sidebar', 'buzstores' ), 'thumbnail' => get_template_directory_uri() . '/images/right-sidebar.png' ), 'no-sidebar' => array( 'id' => 'post-no-sidebar', 'value' => 'no-sidebar', 'label' => esc_html__( 'No sidebar', 'buzstores' ), 'thumbnail' => get_template_directory_uri() . '/images/no-sidebar.png' ), 'both-sidebar' => array( 'id' => 'both-sidebar', 'value' => 'both-sidebar', 'label' => esc_html__( 'Both sidebar', 'buzstores' ), 'thumbnail' => get_template_directory_uri() . '/images/both-sidebar.png' ) ); /** * Callback function for post option */ if( ! function_exists( 'buzstores_post_meta_callback' ) ): function buzstores_post_meta_callback() { global $post, $buzstores_post_sidebar_options; wp_nonce_field( basename( __FILE__ ), 'buzstores_post_meta_nonce' ); ?>
|
ID, 'buzstores_post_sidebar_layout', true ); ?>
|
|||