'; } 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'); if ( comments_open() || get_comments_number() ) : comments_template(); endif; endwhile; } else { while ( have_posts() ) : the_post(); get_template_part('template-parts/content','page'); if ( comments_open() || get_comments_number() ) : comments_template(); endif; endwhile; } } else { while ( have_posts() ) : the_post(); get_template_part('template-parts/content','page'); if ( comments_open() || get_comments_number() ) : comments_template(); endif; endwhile; } ?>