\n"; if ( function_exists( 'woocommerce_content' ) ) { woocommerce_content(); } else { while ( have_posts() ) { aweaver_post_count_clear(); the_post(); get_template_part( 'templates/content', 'page' ); comments_template( '', true ); } } aweaver_sb_postcontent( 'page' ); aweaver_page_tail( 'page', $sb_layout ); // end of page wrap