\n"; if ( function_exists( 'woocommerce_content' ) ) { woocommerce_content(); } else { while ( have_posts() ) { absolute_weaver_post_count_clear(); the_post(); get_template_part( 'template-parts/content', 'page' ); comments_template( '', true ); } } absolute_weaver_page_tail( 'page', $sb_layout ); // end of page wrap } absolute_weaver_woo();