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