'; } else { echo '
'; } } else { echo '
'; } else : if ( class_exists( 'WooCommerce' ) ) { if ( is_account_page() || is_cart() || is_checkout() ) { echo '
'; } else { echo '
'; } } else { echo '
'; } endif; if ( class_exists( 'WooCommerce' ) ) { if ( is_account_page() || is_cart() || is_checkout() ) { while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content', 'page' ); endwhile; } else { while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content', 'page' ); endwhile; } } else { while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content', 'page' ); endwhile; } echo '
'; // ========sidebar=======# if ( $page_sidebar_layout == 'right-sidebar' || empty( $page_sidebar_layout ) ) : if ( class_exists( 'WooCommerce' ) ) { if ( is_account_page() || is_cart() || is_checkout() ) { get_sidebar( 'woocommerce' ); } else { get_sidebar(); } } else { get_sidebar(); } endif; ?>