'; } print '
'; if (have_posts()) : print '
'; while ( have_posts() ) : the_post(); the_content(); wp_link_pages( array( 'before' => '' ) ); endwhile; print '
'; endif; if(comments_open()){ print '
'; comments_template( '', true ); print '
'; } print '
'; get_footer(); ?>