'; blog_postx_breadcrumb_html(); echo ''; endif; do_action( 'blog_postx_main_content_opening' ); $single_sidebar_layout = BPX\blog_postx_get_customizer_option( 'single_sidebar_layout' ); $sidebar_layout = blog_postx_get_current_page_sidebar(); $is_customizer_settings = ( $sidebar_layout === 'customizer-setting' ); $current_sidebar_layout = $is_customizer_settings ? $single_sidebar_layout : $sidebar_layout; $single_meta_reorder = blog_postx_get_reorder_value( BPX\blog_postx_get_customizer_option( 'single_meta_reorder' ) ); $show_right_sidebar = in_array( $current_sidebar_layout, [ 'both-sidebar', 'right-sidebar' ] ); if( in_array( $current_sidebar_layout, [ 'both-sidebar', 'left-sidebar' ] ) ) get_sidebar( 'left' ); ?>